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