mirror of
https://github.com/octoleo/restic.git
synced 2024-11-25 22:27:35 +00:00
Vagrantfile: Disable default rsync on /vagrant
This commit is contained in:
parent
3ac04257a4
commit
4f8cc1180d
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -85,6 +85,7 @@ end
|
||||
Vagrant.configure(2) do |config|
|
||||
# use rsync to copy content to the folder
|
||||
config.vm.synced_folder ".", "/vagrant/go/src/github.com/restic/restic", :type => "rsync"
|
||||
config.vm.synced_folder ".", "/vagrant", disabled: true
|
||||
|
||||
# fix permissions on synced folder
|
||||
config.vm.provision "fix perms", :type => :shell, :inline => fix_perms
|
||||
|
Loading…
Reference in New Issue
Block a user