
brackup - do a backup using Brackup

$ brackup --from=<source_name> --to=<target_name> --output=my_backup.brackup
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)
Required. The destination for your backup. Must match a [TARGET:NAME] config section in your ~/.brackup.conf
Option. Defaults to "source-YYYYMMDD.brackup". This is the "metafile" index you'll need to restore.
Show status during backup.

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

brackup-restore

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.