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.
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