diff --git a/website/docs/source/v2/synced-folders/rsync.html.md b/website/docs/source/v2/synced-folders/rsync.html.md index 97edc653c..7393baa9a 100644 --- a/website/docs/source/v2/synced-folders/rsync.html.md +++ b/website/docs/source/v2/synced-folders/rsync.html.md @@ -45,10 +45,13 @@ The rsync synced folder type accepts the following options: * `rsync__auto` (boolean) - If false, then `rsync-auto` will not watch and automatically sync this folder. By default, this is true. -* `rsync__chown` (boolean) - If false, then the `owner` and `group` +* `rsync__chown` (boolean) - If false, then the + [`owner` and `group`](/v2/synced-folders/basic_usage.html) options for the synced folder are ignored and Vagrant won't execute a recursive `chown`. This defaults to true. This option exists because - the `chown` causes issues for some development environments. + the `chown` causes issues for some development environments. Note that + any `rsync__args` options for ownership **will be overridden** by + `rsync__chown`. * `rsync__exclude` (string or array of strings) - A list of files or directories to exclude from the sync. The values can be any acceptable rsync exclude