Can you paste your vagrantfile ? and a sample of the directory?
if you are adding subdirectories in the shared folder, vagrant rsync should do the trick http://docs.vagrantup.com/v2/synced-folders/rsync.html if are new synced folder, then vagrant reload ?? you can try `vagrant rsync` first On Sun, Mar 15, 2015 at 6:09 AM, Chandu <[email protected]> wrote: > Hi, > I am using rsync to sync files from my windows host to ubuntu guest. > Right now when I vagrant up my ubuntu machine as per the config in vagrant > file folder A is synced. > > What I would like to do is after my ubuntu guest is up, I would like to add > new folders for rsync in my Vagrantfile and be able to get them synced. > > I tried using vagrant rsync after I edited my vagrant file but it is not > picking new folders. > > Is it possible to add new folders and get them synced? > > -- > 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]. > For more options, visit https://groups.google.com/d/optout. -- 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]. For more options, visit https://groups.google.com/d/optout.
