--
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 vagrant-up+...@googlegroups.com.
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.
If I understand correctly, and please let me know if I got it wrong this is what you want.You have a folder like this:app/app/Vagrantfileapp/tmp/app/tmp/<files>If you have this as part of the projects, on each run/vagrant up it will be synced using rsync or virtualbox shared folder.
mini:Downloads kikitux$ time rsync -PazHl github_backup/ tmp/test/ &>/dev/null
real 0m45.848s
Second 0.2 seconds.
mini:Downloads kikitux$ time rsync -PazHl github_backup/ tmp/test/ &>/dev/null
real 0m0.206s
So, i think is a little side effect have a 2nd sync.
Alvaro.
--
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 vagrant-up+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/2e417734-e173-4a94-8a21-924be8a24c2d%40googlegroups.com.
Maybe I missing something but rsync is done for that.