mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-23 03:02:32 +01:00
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:
parent
ac8b41eb87
commit
43c0f9d9bf
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user