Skip to content

Instantly share code, notes, and snippets.

@dholmes
Last active April 16, 2018 21:20
Show Gist options
  • Save dholmes/c72b9aeff15f5d2dc54ccd864da1650b to your computer and use it in GitHub Desktop.
Save dholmes/c72b9aeff15f5d2dc54ccd864da1650b to your computer and use it in GitHub Desktop.
Syncing select files from Vagrant to Host when using gatling-rsync-auto
  1. Be sure to stop gatling-rsync-auto so it doesn't delete whatever you are trying to generate
  2. Run whatever file-generating thing inside the VM
scp -rv -P 2222  -i /Users/dholmes/Projects/someapp/config/keys/private -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null vagrant@127.0.0.1:/vagrant/app/build/coverage/ app/build/coverage/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment