snippetbashTip
btrbk — Create snapshots and remote backups of btrfs subvolumes. More information: <https://digint.ch/btrbk/
Viewed 0 times
createcommandbtrbkandclibackupssnapshotsremote
linux
Problem
How to use the
btrbk command: Create snapshots and remote backups of btrfs subvolumes. More information: <https://digint.ch/btrbk/doc/readme.html>.Solution
btrbk — Create 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 statsList configured subvolumes and snapshots:
sudo btrbk listPrint what would happen in a run without making the displayed changes:
sudo btrbk {{[-v|--verbose]}} dryrunRun backup routines verbosely, show progress bar:
sudo btrbk --progress {{[-v|--verbose]}} runOnly create snapshots for configured subvolumes:
sudo btrbk snapshotCode Snippets
Print statistics about configured subvolumes and snapshots
sudo btrbk statsList configured subvolumes and snapshots
sudo btrbk listPrint what would happen in a run without making the displayed changes
sudo btrbk {{[-v|--verbose]}} dryrunRun backup routines verbosely, show progress bar
sudo btrbk --progress {{[-v|--verbose]}} runOnly create snapshots for configured subvolumes
sudo btrbk snapshotContext
tldr-pages: linux/btrbk
Revisions (0)
No revisions yet.