Merge pull request #4901 from riquito/fix-documentation-rsync-defaults

website/docs: New default option of rsync "--copy-links"
This commit is contained in:
Mitchell Hashimoto 2015-01-05 12:03:57 -08:00
commit d185ca926e
1 changed files with 1 additions and 1 deletions

View File

@ -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.