BackupPC-users

Re: [BackupPC-users] Error Backing up Servers

2012-08-24 09:10:45
Subject: Re: [BackupPC-users] Error Backing up Servers
From: Tony Molloy <tony.molloy AT ul DOT ie>
To: backuppc-users AT lists.sourceforge DOT net
Date: Fri, 24 Aug 2012 13:54:33 +0100
On Friday 24 August 2012 13:27:18 gshergill wrote:
> Hi guys,
> 
> The following is working;
> 
> $Conf{BackupFilesExclude} = {
>   'c$$' => [
>     '\Boot\*'
> ]
> };
> 
> But now it fails on Documents and Settings.
> 
> Adding the line for;
> 
> 
> $Conf{BackupFilesExclude} = {
>   'c$$' => [
>     '\Boot\*'
>     '\Documents and Settings\*'
> ]
> };

You need a comma separator between each item

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

Tony



> 
> Isn't working, with / or \. It comes up with a failure to read the
>  configuration file....
> 
> Any idea why that would cause a config file read error?
> 
> 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/
> 

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