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 gasherg...@gmail.com via Backup Central.
> |Forward SPAM to ab...@backupcentral.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@lists.sourceforge.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@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to