2022-05-16 13:32:21 +01:00
|
|
|
# btrbk
|
|
|
|
|
2024-02-25 10:46:24 +00:00
|
|
|
> Create snapshots and remote backups of btrfs subvolumes.
|
2022-05-16 13:32:21 +01:00
|
|
|
> 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`
|