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
Hi.
These related problems occur, where regex filters are ignored in these two cases:
The regex filters in the include, exclude, only and ignore expressions seem to only be applied to files in the source directory.
Sub-folders from the source are copied to the target, even though they don't match the include regex, and don't include any wanted files. The directory structure is simply re-created in the target directory.
Files matching excluded are incorrectly deleted from the target directory (using sync and twoway=false)
All files in target directory are listed when action = diff, even if in exclude list or excluded by only expression.
I have file.xml in the source directory, and sample1.log in the target directory.
with the following filters:
exclude=('.*log',)
include=('.*xml',)
Using action = diff, it shows the xml and log files.
Using action = sync and twoway=false, it copies the xml to target and deletes the log file, when I set it to include the xml and exclude the log files.
Please address this.
The text was updated successfully, but these errors were encountered:
Hi.
These related problems occur, where regex filters are ignored in these two cases:
Files matching excluded are incorrectly deleted from the target directory (using sync and twoway=false)
All files in target directory are listed when action = diff, even if in exclude list or excluded by only expression.
I have file.xml in the source directory, and sample1.log in the target directory.
with the following filters:
exclude=('.*log',)
include=('.*xml',)
Using action = diff, it shows the xml and log files.
Using action = sync and twoway=false, it copies the xml to target and deletes the log file, when I set it to include the xml and exclude the log files.
Please address this.
The text was updated successfully, but these errors were encountered: