You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like this has been resolved within a previously shipped version of Vagrant so I am now closing this issue. If the original issue was not fully resolved, please reopen this issue or create a new one.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 3, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using Vagrant Synced Folders in RSync mode and trying to exclude certain filetypes.
The folders (.git, node_modules*) are excluded as expected, but the files (*.lnk, .sublime) are not.
My config is like this:
Here's the log of the sync:
It's copying the files that are supposed to be excluded.
Vagrant version
Vagrant 1.8.1
Host operating system
Windows 10
Guest operating system
Ubuntu trusty64
Vagrantfile
Debug output
https://gist.github.com/laggingreflex/98c6c6d07561fcbacc66a2770aeb3530
Expected behavior
I wanted to exclude some file types (*.lnk, *.cmd, .sublime, *.sh). They should not have been copied.
Actual behavior
The files got copied regardless the exclude rule.
Steps to reproduce
rsync__exclude:['*.log']
References
Question on stackoverflow
this issue might be related: #4069
The text was updated successfully, but these errors were encountered: