Problem with Exclude statement in DSM.opt

dgc813

Active Newcomer
Joined
Dec 28, 2011
Messages
8
Reaction score
0
Points
0
I have the following exclude statements in the DSM.opt file on a Windows 2003 Server:

EXCLUDE "\\zrtpd0uy\c$\Windows\Microsoft.NET\Framework\v1.1.4322\...\*.cch.*"
EXCLUDE "\\zrtpd0uy\c$\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG\enterprisesec.config.cch.5716.33955468"
EXCLUDE "\\zrtpd0uy\c$\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG\security.config.cch.5716.33955468"

Yet I am getting the following error messages from the dsmerror.log:

01/30/2012 00:11:04 ANS1228E Sending of object '\\zrtpd0uy\c$\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG\enterprisesec.config.cch.5384.53241109' failed
01/30/2012 00:11:04 ANS4007E Error processing '\\zrtpd0uy\c$\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG\enterprisesec.config.cch.5384.53241109': access to the object is denied
01/30/2012 00:11:04 ANS1228E Sending of object '\\zrtpd0uy\c$\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG\security.config.cch.5384.53241109' failed
01/30/2012 00:11:04 ANS4007E Error processing '\\zrtpd0uy\c$\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG\security.config.cch.5384.53241109': access to the object is denied
01/30/2012 00:11:15 ANS1802E Incremental backup of '\\zrtpd0uy\c$' finished with 3 failure

Does anyone have any suggestions?

Thanks,
 
Hi
- Usually UNC names are used only for remote drives. Try to use normal path to files (c:\Windows\Micro.....).
- include/exclude processed from the bottom of the list up (exept exclude.dir and exclude.fs).
Efim
 
Back
Top