smerrill / vagrant-rsync-back

Rsync from Vagrant guest to host. Insanity!

Home Page:http://rubygems.org/gems/vagrant-rsync-back

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vagrant-rsync-back

A plugin for Vagrant 1.5.1+ that lets you rsync from guest to host.

Getting started

This plugin has only been lightly tested. It might eat all your data! (Use at your own risk.)

To get started, you need to have Vagrant 1.5.1 installed on your host machine. To install the plugin, use the following command.

vagrant plugin install vagrant-rsync-back

Then once you have generated some content on the guest that you want to bring back to the host, run the rsync-back command.

vagrant rsync-back

Why rsync back?

Sometimes, the application on your host will write things to the source code directory that you want to sync back to the host. A Drupal-specific example is generating new Features to disk and then wanting to commit them to git from the host machine.

Author

Steven Merrill (@stevenmerrill) built this based on vagrant-gatling-rsync.

About

Rsync from Vagrant guest to host. Insanity!

http://rubygems.org/gems/vagrant-rsync-back

License:MIT License


Languages

Language:Ruby 100.0%