From 1d0d57ffac816133d4f06d6e2608b63805eb5a43 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 31 May 2018 00:35:38 +0200 Subject: [PATCH] documentation: btrbk.conf.5: add more text on file names and urls --- doc/btrbk.conf.5.asciidoc | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/doc/btrbk.conf.5.asciidoc b/doc/btrbk.conf.5.asciidoc index 7b45ebf..e8fd640 100644 --- a/doc/btrbk.conf.5.asciidoc +++ b/doc/btrbk.conf.5.asciidoc @@ -63,19 +63,32 @@ SECTIONS declaration already exists (hint: run "btrbk config print" to see the resulting configuration). -For the 'volume' and 'target' sections, you can specify a ssh-url -instead of a local directory. The syntax for '' is: - ssh://host.xz/path/to/volume +:: + Run actions locally. ++ +-- +Note that 'whitespace' or 'unicode' characters are NOT allowed +for file names. Allowed characters are: -If a '' is specified, all access to the filesystem is performed -via ssh, using the "ssh_" options described below. For convenience, -"+ssh:///+" can also be specified as -"+:+". + [0-9] [a-z] [A-Z] and "._+-@" -Note that btrfs is very picky on file names (mainly for security -reasons), only the characters [0-9] [a-z] [A-Z] and "._+-@" are -allowed. +This is for sanity/safety/security reasons, we apologize for the +inconvenience. +-- + +:: + Run actions remotely via ssh. + Either: ++ +-- + ssh:/// + : + +If a '' is specified, btrbk actions for '' (shell +commands) are executed via ssh, using the "ssh_" options described +below. +-- OPTIONS