Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update rsync_args for rsync command #144

Merged
merged 2 commits into from
Jan 12, 2023
Merged

update rsync_args for rsync command #144

merged 2 commits into from
Jan 12, 2023

Conversation

PuckiPwn
Copy link
Contributor

One of the default args for the rsync command is --delete. This causes the kvm folder to be emptied on the guest VM, because it is also empty on the Windows host.

See also: https://developer.hashicorp.com/vagrant/docs/synced-folders/rsync

rsync__args default behaviour is to empty folders on the guest if these are empty on the host also (--delete flag). By changing the default args this behaviour is corrected.
forgot , on previous commit
@Wenzel
Copy link
Member

Wenzel commented Jan 12, 2023

fixes #143

@Wenzel Wenzel merged commit f104f08 into KVM-VMI:master Jan 12, 2023
fengjixuchui added a commit to fengjixuchui/kvm-vmi that referenced this pull request Jan 12, 2023
Merge pull request KVM-VMI#144 from PuckiPwn/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants