diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 15:24:00 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | c1bd853e73e21ee89ff1ac060c1c2f41e0cdd3d9 (patch) | |
tree | c225404126d4189abe1b9ee3e6e35330e070d5ac /system | |
parent | c6a113d9e6c3dcb2b136816e25be6654e3ff3338 (diff) | |
download | slackbuilds-c1bd853e73e21ee89ff1ac060c1c2f41e0cdd3d9.tar.gz |
system/btrbk: Fix README.
Diffstat (limited to 'system')
-rw-r--r-- | system/btrbk/README | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/system/btrbk/README b/system/btrbk/README index 6c9a269c3c..76bff1ea52 100644 --- a/system/btrbk/README +++ b/system/btrbk/README @@ -1,9 +1,12 @@ -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. +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". +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: @@ -20,5 +23,6 @@ Key Features: * 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). +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). |