GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
BRACKUP-RESTORE(1) User Contributed Perl Documentation BRACKUP-RESTORE(1)

brackup-restore - The brackup restore tool.

 $ brackup-restore [-v] --from=foo.brackup --to=<base_directory> --all
 $ brackup-restore [-v] --from=foo.brackup --to=<base_directory> --just=<file>
 $ brackup-restore [-v] --from=foo.brackup --to=<base_directory> --just=<dir>

--from=NAME
Required. The backup metafile, describing the tree you want to restore. Probably named like "source-target-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. Will be created if it doesn't exist.
--all
Restore all files.
--just="DIRECTORY"
Restore just the directory named (and all its contents).
--just="FILE"
Restore just the file named.
--config=NAME
Brackup config file to use instead of default.
--verbose|-v
Show more info during restore.

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

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.

2010-03-27 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.