mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge branch 'master' of github.com:pradels/vagrant-libvirt
This commit is contained in:
commit
4922b71b00
@ -37,7 +37,7 @@ module VagrantPlugins
|
||||
|
||||
# Rsync over to the guest path using the SSH info
|
||||
command = [
|
||||
"rsync", "--verbose", "--archive", "-z",
|
||||
"rsync", "--del", "--verbose", "--archive", "-z",
|
||||
"--exclude", ".vagrant/",
|
||||
"-e", "ssh -p #{ssh_info[:port]} -o StrictHostKeyChecking=no -i '#{ssh_info[:private_key_path]}'",
|
||||
hostpath,
|
||||
|
Loading…
Reference in New Issue
Block a user