The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

brackup - do a backup using Brackup

SYNOPSIS

 $ brackup --from=<source_name> --to=<target_name> --output=my_backup.brackup

OPTIONS

--from=NAME

Required. The source of your backup. Must match a [SOURCE:NAME] config section in your ~/.brackup.conf (which is auto-created for you on first run, so then you just have to go modify it)

--to=NAME

Required. The destination for your backup. Must match a [TARGET:NAME] config section in your ~/.brackup.conf

--output=FILE

Option. Defaults to "source-YYYYMMDD.brackup". This is the "metafile" index you'll need to restore.

--verbose|-v

Show status during backup.

WARRANTY

Brackup is distributed as-is and comes without warranty of any kind, expressed or implied. We aren't responsible for your data loss.

SEE ALSO

brackup-restore

AUTHOR

Brad Fitzpatrick <brad@danga.com>

Copyright (c) 2006-2007 Six Apart, Ltd. All rights reserved.

This module is free software. You may use, modify, and/or redistribute this software under the terms of same terms as perl itself.