NAME
Brackup - Flexible backup tool. Slices, dices, encrypts, and sprays across the net.
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. It'll probably eat your files, kick your cat, and knock up your mother. You've been warned. If you feel like trusting it with your data, why don't you audit it first?
SEE ALSO
brackup-restore
AUTHOR
Brad Fitzpatrick <brad@danga.com>
Copyright (c) 2006 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.