diff options
author | Alan Aversa <aversa@email.arizona.edu> | 2016-07-27 20:48:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 06:03:58 +0700 |
commit | 2f984002ad50aff0a81ea50ae7e1d4031d8d004f (patch) | |
tree | 1799a46a46c0751c959d537cee5fb57f8ff042a4 /system/btrbk/README | |
parent | 785233d071ef477cf96d27fb2ec8c9baec0e19b1 (diff) | |
download | slackbuilds-2f984002ad50aff0a81ea50ae7e1d4031d8d004f.tar.gz |
system/btrbk: Added (backup tool for btrfs subvolumes).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/btrbk/README')
-rw-r--r-- | system/btrbk/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/system/btrbk/README b/system/btrbk/README new file mode 100644 index 0000000000..6c9a269c3c --- /dev/null +++ b/system/btrbk/README @@ -0,0 +1,24 @@ +btrbk is a backup tool for btrfs subvolumes, taking advantage of btrfs specific capabilities +to create atomic snapshots and transfer them incrementally to your backup locations. + +The source and target locations are specified in a config file, which allows to easily configure +simple scenarios like "laptop with locally attached backup disks", as well as more complex ones, +e.g. "server receiving backups from several hosts via ssh, with different retention policy". + +Key Features: + +* Atomic snapshots +* Incremental backups +* Configurable retention policy +* Backups to multiple destinations +* Transfer via ssh +* Resume of backups (if backup target was not reachable for a while) +* Encrypted backups to non-btrfs destinations +* Wildcard subvolumes (useful for docker and lxc containers) +* Transaction log +* Comprehensive list and statistics output +* Resolve and trace btrfs parent-child and received-from relationships +* Display file changes between two backups + +btrbk is designed to run as a cron job for triggering periodic snapshots and backups, as well +as from the command line (e.g. for instantly creating additional snapshots). |