btrbk
A tool for creating snapshots and remote backups of btrfs subvolumes. More information: <https://digint.ch/btrbk/doc/readme.html>.
Install
- All systems
-
curl cmd.cat/btrbk.sh
- Debian
-
apt-get install btrbk - Ubuntu
-
apt-get install btrbk -
Alpine
-
apk add btrbk - Kali Linux
-
apt-get install btrbk - Fedora
-
dnf install btrbk - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install btrbk - Raspbian
-
apt-get install btrbk - Docker
-
docker run cmd.cat/btrbk btrbkpowered by Commando
A tool for creating snapshots and remote backups of btrfs subvolumes. More information: <https://digint.ch/btrbk/doc/readme.html>.
-
Print statistics about configured subvolumes and snapshots:
sudo btrbk stats -
List configured subvolumes and snapshots:
sudo btrbk list -
Print what would happen in a run without making the displayed changes:
sudo btrbk --verbose dryrun -
Run backup routines verbosely, show progress bar:
sudo btrbk --progress --verbose run -
Only create snapshots for configured subvolumes:
sudo btrbk snapshot
© tl;dr; authors and contributors