Skip to content

Instantly share code, notes, and snippets.

@jimklo
Created April 28, 2016 21:40
Show Gist options
  • Save jimklo/5db04372120943bebfc6c6abcf0585e1 to your computer and use it in GitHub Desktop.
Save jimklo/5db04372120943bebfc6c6abcf0585e1 to your computer and use it in GitHub Desktop.
==> windows-build: Rsyncing folder: /Users/jklo/projects/RAVE/source/sunflower-native/build/trunk.windows/ => /cygdrive/c/vagrant_sync
==> windows-build: - Exclude: [".vagrant/", ".git/", "sunflower-*/", "delta-packs/", "*.box"]
Password:
There was an error when attempting to rsync a synced folder.
Please inspect the error message below for more info.
Host path: /Users/jklo/projects/RAVE/source/sunflower-native/build/trunk.windows/
Guest path: /cygdrive/c/vagrant_sync
Command: rsync --verbose --archive --delete -z --copy-links --progress --no-owner --no-group -e ssh -p 22 -o StrictHostKeyChecking=no -o IdentitiesOnly=true -o UserKnownHostsFile=/dev/null -i '/Volumes/Passport/vagrant.d/insecure_private_key' --exclude .vagrant/ --exclude .git/ --exclude sunflower-*/ --exclude delta-packs/ --exclude *.box /Users/jklo/projects/RAVE/source/sunflower-native/build/trunk.windows/ [email protected]:/cygdrive/c/vagrant_sync
windows.vm.synced_folder synced_folder, "/cygdrive/c/vagrant_sync", type: "rsync",
rsync__exclude: [ ".git/", "sunflower-*/", "delta-packs/", "*.box" ],
rsync__args: ["--verbose", "--archive", "--delete", "-z", "--copy-links", "--progress"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment