System Grab Bag

View all TLDR pages from Linux (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.