rsync: fix rsync_options example

Copy-pasting this in a rsync handler config will cause an error as the
quotes will be used on the command line directly...
This commit is contained in:
Jerome Charaoui 2020-12-31 14:33:55 -05:00
parent ac8b41eb87
commit 43c0f9d9bf

View File

@ -137,7 +137,7 @@ exclude_vserver = excluded_vserver2
#rsync = $RSYNC
# rsync command options
#rsync_options = "-av --delete --recursive"
#rsync_options = -av --delete --recursive
# when set to 1, use numeric ids instead of user/group mappings on rsync
#numericids =