I'm using vars like the following:
BackupSet1=a*\*|b*\*|c*\*|d*\*|e*\*|f*\*|g*\*|h*\*
BackupExcludes=desktop.ini|thumbs.db|*.tmp|*.bak|\.svn\|\.git\|\Ignore\
BackupSource=C:\Users\me\Documents\
BackupTarget=E:\Data\me\Tarantula\Documents\
It looks like %BackupExcludes% is recognized, I'm not positive on that yet.
But setting the Includes to %BackupSet1% results in no files being compared.
Hard-coding to that value works.
Might there be some issue with escaping of the slashes?
Is a macro in Includes not yet supported?
Any ideas?
Thanks!