1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:02:08 +02:00
tldr/pages/linux/btrbk.md
2022-05-16 09:32:21 -03:00

24 lines
563 B
Markdown

# 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`