Hi All,

When provisioning we wget a bunch of large binaries into the guest which 
works fine but takes some time. I had the brainwave of putting them into 
/vagrant/tmp thus they would survive a vagrant destroy and already be there 
the next time the users vagrant up. However sometimes they want to vagrant 
up to AWS and when they do all of those large binaries are getting rsync'ed 
up to AWS. So for the cases when they are not using VirtualBox, I would 
like to specify an 'rsync_exclude "/vagrant/tmp/*" option. Is that possible?

I know there are other options like vagrant-cachier (can't use it because 
out wgets have to use the -o option) or simply create a new shared folder 
and use that as a cache and specify an exlude option on that. The latter 
works, but it would be nice to keep everything contained in one single 
vagrant directory if possible. 

Thanks in advance,

Paul

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/19d34d2f-451f-4b66-a146-a395fd831abf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to