Merge pull request #4901 from riquito/fix-documentation-rsync-defaults
website/docs: New default option of rsync "--copy-links"
This commit is contained in:
commit
d185ca926e
|
@ -44,7 +44,7 @@ the destination folder.
|
|||
The rsync synced folder type accepts the following options:
|
||||
|
||||
* `rsync__args` (array of strings) - A list of arguments to supply
|
||||
to `rsync`. By default this is `["--verbose", "--archive", "--delete", "-z"]`.
|
||||
to `rsync`. By default this is `["--verbose", "--archive", "--delete", "-z", "--copy-links"]`.
|
||||
|
||||
* `rsync__auto` (boolean) - If false, then `rsync-auto` will not
|
||||
watch and automatically sync this folder. By default, this is true.
|
||||
|
|
Loading…
Reference in New Issue