slackbuilds_ponce/system/btrbk
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
btrbk.info system/btrbk: Fixed dep info. 2021-07-10 13:27:15 +02:00
btrbk.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README
slack-desc

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).