vagrant/plugins/synced_folders/rsync/command
Brian Cain 1b0148bc78
Fixes #10895: Use relative paths to machines folder path for Listener
Prior to this commit, the rsync helper expanded all exclude paths that
should be ignored to be full qualified and regexp escaped. However the
Listen gem expects these ignore paths to be relative to the path passed
into the listener, not a full path. This commit fixes that by using the
path given by the user for the `rsync__exclude` option
2019-06-11 14:58:42 -07:00
..
rsync.rb Add support for using the `--chown` flag with rsync when available. 2018-12-20 17:16:36 -08:00
rsync_auto.rb Fixes #10895: Use relative paths to machines folder path for Listener 2019-06-11 14:58:42 -07:00