Merge pull request #10192 from briancain/fixup-rsync-auto-option-docs

Add note about rsync__auto option
This commit is contained in:
Brian Cain 2018-09-07 10:27:24 -07:00 committed by GitHub
commit 5710910ee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,8 @@ The rsync synced folder type accepts the following options:
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.
watch and automatically sync this folder. By default, this is true. __Note__: This
option will not automatically invoke the `rsync-auto` subcommand.
* `rsync__chown` (boolean) - If false, then the
[`owner` and `group`](/docs/synced-folders/basic_usage.html)