hello.

Maybe I missing something but rsync is done for that.

First Sync 45 seconds.

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.



On Thu, Mar 10, 2016 at 1:53 PM, Paul O'Flynn <[email protected]> wrote:

> 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/Vagrantfile
>> app/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.
>>
>>
> Correct - but I'm being a pain in the butt and not wanting app/tmp/* to be
> rsynced, in the cases where rsync would be used (e.g. AWS)... Obviously we
> still would need all the other file in app to be rsynced, like
> app/cookbooks in the case of Chef.
>
> Make sense?
>
> Thanks for the very fast reply.
>
> 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/2e417734-e173-4a94-8a21-924be8a24c2d%40googlegroups.com
> <https://groups.google.com/d/msgid/vagrant-up/2e417734-e173-4a94-8a21-924be8a24c2d%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAHqq0ex7qCtFYDtpUkNWq62_07R6vtM1MCWHqAfZB8%3DnHRQtNg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to