BackupPC-users

[BackupPC-users] backuppc ignores value of BackupFilesOnly; archives entire /

2011-01-18 08:31:29
Subject: [BackupPC-users] backuppc ignores value of BackupFilesOnly; archives entire /
From: itismike <backuppc-forum AT backupcentral DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Tue, 18 Jan 2011 08:29:18 -0500
----
You probably still have set
$Conf{RsyncShareName} = ['/'];

What you want instead is
$Conf{RsyncShareName} = ['/home/michael/'];
$Conf{BackupFilesExclude} = {'/home/michael' => ['.Private']};

That's just a guess as I ran into something similiar...

Regards
Daniel 
----

Thanks Daniel, I can give that a try. Is the GUI really so non-intuitive that 
the target files need to be defined twice? I thought $Conf{RsyncShareName} 
defined the name of the primary share fs itself, and $Conf{BackupFilesOnly} 
would define the specific directories or files to backup, since the 
documentation is clear as day on this:

$Conf{BackupFilesOnly} = undef;
    List of directories or files to backup. If this is defined, only these 
directories or files will be backed up.

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



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