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

martin

Re: Option Exclude command not working.

Only the last exclude mask applies. You need to put multiple masks into single line, separating them by semicolon. See documentation.
bderry71

Option Exclude command not working.

I have the following script:

option batch continue

option confirm off
option synchdelete on

option exclude "D:\Share\Students\*"
option exclude "G:\Business\McMahon\2009 YearTech\Digital Photos\*"
option exclude "G:\Business\McMahon\2009 YearTech\New Pictures\*"
option exclude "G:\Business\Sullivan\Yearbook2010\Pictures\*"
option exclude "G:\RECYCLER\*"
option exclude "G:\System Volume Information\*"

synchronize remote G:\ HighSchool/StudentData

exit



With this script WinSCP is transferring stuff that I have excluded. I added this line recently to filter out some pictures which are being backed up differently.

option exclude "G:\Business\Sullivan\Yearbook2010\Pictures\*"

It is ignoring this line. I removed the other synchronize statements so that I can figure out why it is transferring stuff that I don't want transferred.

Regards,
Ben