Files
cheatsheet-tldr/tldr/linux/btrbk
2025-06-28 00:19:57 +00:00

30 lines
660 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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:
`sudo btrbk {{[-v|--verbose]}} dryrun`
- Run backup routines verbosely, show progress bar:
`sudo btrbk --progress {{[-v|--verbose]}} run`
- Only create snapshots for configured subvolumes:
`sudo btrbk snapshot`