From 37def3dc7e4b3db496fee736e8b824bf7ae766f7 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Wed, 10 Oct 2018 16:52:31 +0200 Subject: [PATCH] documentation: btrbk.conf.5: adaptions for backend and ssh_user option (cosmetics) --- doc/btrbk.conf.5.asciidoc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/btrbk.conf.5.asciidoc b/doc/btrbk.conf.5.asciidoc index 75c2a53..f1bfc71 100644 --- a/doc/btrbk.conf.5.asciidoc +++ b/doc/btrbk.conf.5.asciidoc @@ -243,9 +243,9 @@ Note that using ``long-iso'' has implications on the scheduling, see input, which is usually not desired. *ssh_user* :: - Remote username for ssh. Defaults to ``root''. Note that you will - have to make sure that the remote user is able to run - "/sbin/btrfs" (which needs root privileges). + Remote username for ssh. Defaults to ``root''. Make sure the + remote user is able to run "btrfs" with root privileges (see + option 'backend' for details). *ssh_port* |default:: Port to connect to on the remote host. Defaults to ``default'' @@ -328,8 +328,7 @@ work. If you need this, define alias host names for each vm. *backend* btrfs-progs|btrfs-progs-btrbk|btrfs-progs-sudo:: Backend filesystem utilities to be used for btrfs specific - operations. The default ``btrfs-progs'' simply executes btrfs(8) - commands groups (e.g. "btrfs subvolume show"). + operations. Defaults to ``btrfs-progs''. + -- btrfs-progs::