Skip to content

Instantly share code, notes, and snippets.

@oojikoo-gist
Created February 12, 2015 01:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oojikoo-gist/f979fb91f89a62c4ba7a to your computer and use it in GitHub Desktop.
Save oojikoo-gist/f979fb91f89a62c4ba7a to your computer and use it in GitHub Desktop.
vagrant: rsync config

rsync set for vagrant

As of Vagrant 1.5, you can use RSync shared folders which will provide a dramatic increase in disk I/O between the host and guest. To use RSync for shared folders, simply add the following to your

Vagrantfile:

config.vm.synced_folder ".", "/vagrant", type: "rsync"

then run

$ rsync-auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment