BackupPC-users

[BackupPC-users] Error Backing up Servers

2012-08-24 10:42:03
Subject: [BackupPC-users] Error Backing up Servers
From: gshergill <backuppc-forum AT backupcentral DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Fri, 24 Aug 2012 07:40:50 -0700
Hi Tony Molloy and Bowie Bailey,

=====================
$Conf{BackupFilesExclude} = { 
'c$$' => [ 
'\Boot\*' 
'\Documents and Settings\*' 
] 
}; 

Isn't working, with / or \. It comes up with a failure to read the 
configuration file.... 

You need commas between the entries. 
=====================

I've edited the windows server.pl config file and added the following;

$Conf{BackupFilesExclude} = {
  'c$$' => [
    '\Boot\*',
    '\Documents and Settings\*'
]
};

Unfortunately it has the error as follows;

NT_STATUS_ACCESS_DENIED listing \Documents and Settings\*
This backup will fail because: NT_STATUS_ACCESS_DENIED listing \\*
NT_STATUS_ACCESS_DENIED listing \\*

It still isn't working unfortunately.

I've tried adding \\* in the .pl file as well but that causes the entire backup 
to not happen.

Any idea why this error still comes up?

Thank you.

Kind Regards,

gshergill

+----------------------------------------------------------------------
|This was sent by gashergill AT gmail DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/