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-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 backup metafile, describing the tree you want to restore. Probably named like "source-YYYYMMDD.brackup". If you lost it, it's also stored on your backup target, and you can fetch it with brackup-target.

--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, expressed or implied. We aren't responsible for your data loss.

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.