@Les: The 'very wrong' syntax I posted is what was auto-generated when I added 
my target directory ("/home/michael/") using the CGI. But if you're not a fan 
of the web interface, these examples are taken directly from the config.pl file:
Examples:
#    $Conf{BackupFilesOnly} = '/myFiles';
#    $Conf{BackupFilesOnly} = ['/myFiles'];     
# same as first example

All the CGI did was add some whitespace and enclose it in brackets:
$Conf{BackupFilesOnly} = {
'/home/michael/' => [
''
]
}; 

Now if the above code can't be interpreted correctly by BackupPC, then we may 
have stumbled upon the root cause. But I don't think this is the problem or 
others would be finding the same issue.

@Bowie: Thanks for breaking that down, but I don't see how this explains why my 
system is backing up everything starting at /. Your explanation appears to 
match the documentation, so it should be working as I had intended - hence my 
reason for opening this thread.

+----------------------------------------------------------------------
|This was sent by [email protected] via Backup Central.
|Forward SPAM to [email protected].
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to