Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

solicom

Exclude certain file on Synchronize for more than 1 folder

Hi,

How can I exclude all .EXE files from more than one folder, I have working below code:

synchronize local -filemask="*.exe*|archive/" D:\fsdash\diags\SYNC\temp /diags/Temp/Magellan

but now I need to exclude .EXE files from folder other.

I have tried below code but didnt succeed:

synchronize local -filemask="*.exe*|archive/;*.exe*|other/" D:\fsdash\diags\SYNC\temp /diags/Temp/Magellan

any comment will be helpful

THX