HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

btrbk — Create snapshots and remote backups of btrfs subvolumes. More information: <https://digint.ch/btrbk/

Submitted by: @import:tldr-pages··
0
Viewed 0 times
createcommandbtrbkandclibackupssnapshotsremote
linux

Problem

How to use the btrbk command: Create snapshots and remote backups of btrfs subvolumes. More information: <https://digint.ch/btrbk/doc/readme.html>.

Solution

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

Code Snippets

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

Context

tldr-pages: linux/btrbk

Revisions (0)

No revisions yet.