diff --git a/doc/btrbk.conf.5.asciidoc b/doc/btrbk.conf.5.asciidoc index 4fb4fb0..de05b02 100644 --- a/doc/btrbk.conf.5.asciidoc +++ b/doc/btrbk.conf.5.asciidoc @@ -368,9 +368,9 @@ constraints. held by another btrbk instance. Ignored on dryrun ('-n', '--dry-run'). See also '--lockfile' command-line option. -*backend* btrfs-progs|btrfs-progs-btrbk|btrfs-progs-sudo:: +*backend* :: Backend filesystem utilities to be used for btrfs specific - operations. Defaults to ``btrfs-progs''. + operations. Available backends: + -- *btrfs-progs*:: @@ -390,6 +390,9 @@ constraints. have appropriate (root) permissions for the "btrfs" command groups as well as the "readlink" and "test" commands in /etc/sudoers. +*btrfs-progs-doas*:: + Similar to btrfs-progs-sudo, using prefix "doas -n". + If you want to set this option for local or remote hosts only, set *backend_local* or *backend_remote* (e.g. "backend_remote btrfs-progs-btrbk").