vagrant rsync it's a subcommand
What's the output when you write vagrant rsync ?? On Mon, Mar 16, 2015 at 5:40 AM, Chandu <[email protected]> wrote: > Thanks Alvaro. > I am using reload now. > I was thinking if there is any alternative (like vagrant provision) instead > of reloading the VM. > - > Chandu > > On Sun, Mar 15, 2015 at 12:03 AM, Alvaro Miranda Aguilera > <[email protected]> wrote: >> >> 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 a topic in the >> Google Groups "Vagrant" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/vagrant-up/HOXfKKtDgx0/unsubscribe. >> To unsubscribe from this group and all its topics, 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. -- 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.
