From fb4ab2c11e571b7d117f303c06295a0734336086 Mon Sep 17 00:00:00 2001 From: Martin Matous <18654729+mmatous@users.noreply.github.com> Date: Mon, 16 May 2022 14:32:21 +0200 Subject: [PATCH] btrbk: add page (#7991) --- pages/linux/btrbk.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/btrbk.md diff --git a/pages/linux/btrbk.md b/pages/linux/btrbk.md new file mode 100644 index 000000000..2a07d4ce6 --- /dev/null +++ b/pages/linux/btrbk.md @@ -0,0 +1,24 @@ +# btrbk + +> A tool for creating snapshots and remote backups of btrfs subvolumes. +> More information: . + +- 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`