mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Delete files from destination to avoid confusions
This commit is contained in:
parent
7b093314fa
commit
7c1aaba85e
@ -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