From 31b43c9ed5dbe91f67c795573a2f8b76bf80edc6 Mon Sep 17 00:00:00 2001 From: uninternd Date: Wed, 11 Jul 2018 17:02:37 +0100 Subject: [PATCH] Fix errors re exclude & excludeFrom (#1) Remove erroneous options entries for exclude & excludeFrom; clarify exclusions cross-reference, --- manual/config/layer4/index.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/manual/config/layer4/index.md b/manual/config/layer4/index.md index 6be5dae..e8bbcea 100644 --- a/manual/config/layer4/index.md +++ b/manual/config/layer4/index.md @@ -58,7 +58,7 @@ sync { } {% endhighlight %} -Below is a table of options for the ```rsync``` parameter. Please have a look at the Rsync documentation for an in depth explanation. +Below is a table of options for the ```rsync``` parameter. Note that exclude and excludeFrom options are supported but must be specified in the sync table instead of the rsync parameter; see Exclusions below for more discussion. For other options given here, please refer to the Rsync documentation for an in-depth explanation. - - - -
parameter @@ -170,20 +170,6 @@ Below is a table of options for the ```rsync``` parameter. Please have a look at BOOL false -
exclude - = - PATTERN - - TABLE of PATTERNs also allowed -
excludeFrom - = - FILENAME - -
executability