Rudolf Potucek

Results 1 issues of Rudolf Potucek

With the following definition in Vagrantfile (Vagrant 1.7.1, OSX Yosemite) ``` boxdef.vm.synced_folder "./configs", "/root/configs", type: "rsync", rsync_exclude: [ ".git", ".svn" ], rsync__args: [ "--verbose", "--rsync-path='/usr/bin/rsync'", "--archive" ] ``` I get...