mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-09 01:13:58 +02:00
btrbk: add page (#7991)
This commit is contained in:
parent
6e60a5fd2d
commit
fb4ab2c11e
1 changed files with 24 additions and 0 deletions
24
pages/linux/btrbk.md
Normal file
24
pages/linux/btrbk.md
Normal 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`
|
Loading…
Add table
Reference in a new issue