documentation: btrbk.conf.5: more comprehensive text on "target" declaration

pull/286/head
Axel Burri 2019-04-24 13:52:05 +02:00
parent 6115cbdace
commit cb1c12a6c1
1 changed files with 10 additions and 9 deletions

View File

@ -71,15 +71,16 @@ btrfs-progs < 4.16.
-- --
*target* [send-receive|raw] <target-directory>|<url>:: *target* [send-receive|raw] <target-directory>|<url>::
Target type and directory where the backup subvolumes are to be Target directory where the backup subvolumes are to be
created. The optional target type defaults to (standard) created. The optional target type defaults to ``send-receive'',
``send-receive'', see <<_target_types,TARGET TYPES>> below for see <<_target_types,TARGET TYPES>> below for details.
details. Multiple 'target' sections are allowed within 'subvolume' +
sections. A 'target' section defined in the global context or in a --
'volume' section is propagated (multiplied) to all underlying Multiple 'target' sections are allowed, in any context: a 'target'
'subvolume' sections, unless a target with the same declaration defined in 'volume' or global context will be used for all underlying
already exists (hint: run "btrbk config print" to see the 'subvolume' sections (hint: run "btrbk list" or "btrbk config print"
resulting configuration). to see the resulting configuration).
--
If a '<url>' is specified, btrbk actions (shell commands) are executed If a '<url>' is specified, btrbk actions (shell commands) are executed
remotely via ssh, using the <<_ssh_options,SSH Options>> described remotely via ssh, using the <<_ssh_options,SSH Options>> described