BackupPC-users

Re: [BackupPC-users] I broke my cgi interface! :(

2010-03-26 16:16:36
Subject: Re: [BackupPC-users] I broke my cgi interface! :(
From: Craig Barratt <cbarratt AT users.sourceforge DOT net>
To: Jaco Meintjes <jaco AT oaks.co DOT za>
Date: Fri, 26 Mar 2010 13:14:40 -0700
Jaco writes:

> This is what I get on line 64 in config.pl:

    $Conf{BackupFilesExclude} = '['/']';

As other people pointed out the quoting is wrong.  You should
have something like this:

    $Conf{BackupFilesExclude} = ['/'];

But note that will exclude all the files.

Craig

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
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/