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-TARGET(1) User Contributed Perl Documentation BRACKUP-TARGET(1)

brackup-target - Manage your backup targets

 $ brackup-target [opts] <target_name> list_backups
 $ brackup-target [opts] <target_name> get_backup <backup_file>
 $ brackup-target [opts] <target_name> get_backups
 $ brackup-target [opts] <target_name> delete_backup <backup_file>
 $ brackup-target [opts] <target_name> prune   # remove old backups
 $ brackup-target [opts] <target_name> gc      # run garbage collector

--dest=DIR
Destination to write files to. Defaults to current working directory.
--verbose|-v
Be verbose with status.
--dry-run
Do not actually execute write operations.
--keep-backups
To be used in combination with the prune command. This overrides the keep_backups option specified in the configuration file.
--source <source>
To be used in combination with the prune command. This restricts the prune operation to only delete backup files from the given source.
--interactive
To be used in combination with the gc command. Runs interactively, requiring an explicit confirmation before deleting chunks that have been garbage collected. Implies --verbose.

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.

2010-11-01 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.