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:
parent
ddf3435aee
commit
86ab6880c2
|
@ -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