btrbk: add page (#7991)

htop
Martin Matous 2022-05-16 14:32:21 +02:00 committed by GitHub
parent 6e60a5fd2d
commit fb4ab2c11e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages/linux/btrbk.md Normal file
View File

@ -0,0 +1,24 @@
# btrbk
> 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`