Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Rsync exclusion option conflicts with Vagrant's #232

Closed
rossmeissl opened this issue May 16, 2014 · 3 comments
Closed

Rsync exclusion option conflicts with Vagrant's #232

rossmeissl opened this issue May 16, 2014 · 3 comments
Milestone

Comments

@rossmeissl
Copy link

#156 allows the user to exclude files from AWS's synced folders implementation (which uses rsync). As far as I can tell this:

  1. is undocumented and
  2. conflicts with Vagrant's rsync__exclude option ("excludes" vs. "exclude" and single versus double underscore).

Could @mitchellh or @tralamazza please clarify if this is intentional?

@pyromaniac
Copy link

I've find out you can use standard syncer from Vagrant 1.5 and later
Just add VagrantPlugins::AWS::Action::SyncFolders = Vagrant::Action::Builtin::SyncedFolders at the start of your Vagrantfile

@ColinHebert
Copy link
Contributor

Fixed by #320

@ColinHebert
Copy link
Contributor

This issue should be closed.

@rtyler rtyler added this to the 0.7.0 milestone Jan 6, 2016
@rtyler rtyler closed this as completed Jan 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants