mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 11:49:52 +00:00
Update cheatsheets
This commit is contained in:
29
linux/btrbk
Normal file
29
linux/btrbk
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user