2025-03-14 21:59:59 -06:00
|
|
|
# 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 stats`
|
|
|
|
|
|
|
|
|
|
- List configured subvolumes and snapshots:
|
|
|
|
|
|
|
|
|
|
`sudo btrbk list`
|
|
|
|
|
|
|
|
|
|
- Print what would happen in a run without making the displayed changes:
|
|
|
|
|
|
2025-07-24 22:27:13 -06:00
|
|
|
`sudo btrbk {{[-v|--verbose]}} dryrun`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Run backup routines verbosely, show progress bar:
|
|
|
|
|
|
2025-07-24 22:27:13 -06:00
|
|
|
`sudo btrbk --progress {{[-v|--verbose]}} run`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Only create snapshots for configured subvolumes:
|
|
|
|
|
|
|
|
|
|
`sudo btrbk snapshot`
|