From 45b24d64776fa57e7de7443946f2ded6625812e1 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Wed, 17 Apr 2019 17:12:35 +0200 Subject: [PATCH] documentation: btrbk.1: add "exclude" command line option --- btrbk | 1 + doc/btrbk.1.asciidoc | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/btrbk b/btrbk index 0344ec1..2a0e6fd 100755 --- a/btrbk +++ b/btrbk @@ -318,6 +318,7 @@ options: --version display version information -c, --config=FILE specify configuration file -n, --dry-run perform a trial run with no changes made + --exclude=FILTER exclude configured sections -p, --preserve preserve all (do not delete anything) --preserve-snapshots preserve snapshots (do not delete snapshots) --preserve-backups preserve backups (do not delete backups) diff --git a/doc/btrbk.1.asciidoc b/doc/btrbk.1.asciidoc index fff3972..fc74147 100644 --- a/doc/btrbk.1.asciidoc +++ b/doc/btrbk.1.asciidoc @@ -17,7 +17,7 @@ SYNOPSIS [verse] btrbk [-h|--help] [--version] - [-c|--config ] [-n|--dry-run] + [-c|--config ] [-n|--dry-run] [--exclude ] [-p|--preserve] [--preserve-snapshots] [--preserve-backups] [-v|--verbose] [-q|--quiet] [-l|--loglevel ] [-t|--table] [--format ] @@ -82,6 +82,10 @@ OPTIONS commands. Use in conjunction with '-l debug' to see the btrfs commands that would be executed. +--exclude :: + Exclude configured sections matching ''. See + <<_filter_statements,FILTER STATEMENTS>> below + -p, --preserve:: Preserve all snapshots and backups. Skips deletion of any snapshots and backups, even if specified in the configuration file