logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create Btrfs Snapshots - Backup Btrfs Subvolumes | Online Free DevTools by Hexmos

Create Btrfs snapshots with btrbk for reliable data backup. Manage subvolumes and schedule backups on Linux systems. Free online tool, no registration required.

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

See Also