New default option of rsync "--copy-links"

As can be seen in [rsync/helper.rb](efd1d5e11b/plugins/synced_folders/rsync/helper.rb (L81)) the "--copy-links" option has been added to the defaults.
This commit is contained in:
Riccardo Attilio Galli 2014-12-04 16:09:04 +01:00
parent ddf3435aee
commit 86ab6880c2
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.