NAME
brackup-restore - The brackup restore tool.
SYNOPSIS
$ brackup-restore --from=foo.brackup --to=<base_directory> --all
$ brackup-restore --from=foo.brackup --to=<base_directory> --just=<file>
$ brackup-restore --from=foo.brackup --to=<base_directory> --just=<dir>
OPTIONS
- --from=NAME
-
Required. The metafile index. Probably named like "source-YYYYMMDD.brackup"
- --to=NAME
-
Required. The destination root directory for your restored files.
- --all
-
Restore all files.
- --just="DIRECTORY"
-
Restore just the directory named. (and all contents thereunder)
- --just="FILE"
-
Restore just the file named.
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?
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.