Ignor Subsequent Errors

Get help for specific problems
Posts: 141
Joined: 10 Sep 2009

srjones67

OK. I am trying to include your new date macro feature into a batch where I
take C:\Temp and Mirror to C:\Test\%date%. If I set this up to be a batch job
and say ignore errors it does. If I set it up as a regular GUI config and say
ignore errors I get error below. In both cased the date directory didn't exist
prior to run. And each day it wouldn't. The Batch seem like it will work fine.
I am just wondering why the ignore errors wouldn't work the same for both.

Directory does not exist:
"c:\test\2010-08-16\"

You can ignore the error to consider not existing directories as empty.
Windows Error Code 2: The system cannot find the file specified.
User avatar
Site Admin
Posts: 7040
Joined: 9 Dec 2007

Zenju

>I am just wondering why the ignore errors wouldn't work the same for both.
In batch mode error handling applies to comparison and synchronization, while
in gui mode there is preconfigured error handling for synchronization only. It
seems in gui mode there is not that much need for this option for comparison
as well, since the user can choose to "ignore subsequent errors" on popup.
Posts: 141
Joined: 10 Sep 2009

srjones67

OK. I can understand the logic. Thanks for your quick response and a for a
GREAT product.