fgrehm / vagrant-cachier

Caffeine reducer
http://fgrehm.viewdocs.io/vagrant-cachier
MIT License
1.08k stars 111 forks source link

apt-cachier-ng bucket should be allowed for rsync'ed shared folder #105

Closed Guria closed 10 years ago

Guria commented 10 years ago

/var/cache/apt-cachier-ng works well with generic bucket on windows with cygwin's rsync

fgrehm commented 10 years ago

Isn't rsync one way only?

Guria commented 10 years ago

I'll double check, but I'm sure it worked for me. 28.05.2014 8:20 пользователь "Fabio Rehm" notifications@github.com написал:

Isn't rsync one way only?

— Reply to this email directly or view it on GitHubhttps://github.com/fgrehm/vagrant-cachier/issues/105#issuecomment-44364259 .

fgrehm commented 10 years ago

According to http://docs.vagrantup.com/v2/synced-folders/rsync.html:

The rsync synced folder does a one-time one-way sync from the machine running to the machine being started by Vagrant.

So the downloaded packages on the guest machine won't be synced back to the host machine and the cache won't be shared