This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> 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/ vagrant@127.0.0.1:/cygdrive/c/vagrant_sync |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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