BackupPC-users

Re: [BackupPC-users] Exclusion not working with rsync

2011-10-27 23:13:01
Subject: Re: [BackupPC-users] Exclusion not working with rsync
From: "Steve M. Robbins" <steve AT sumost DOT ca>
To: backuppc-users AT lists.sourceforge DOT net
Date: Thu, 27 Oct 2011 22:11:34 -0500
On Wed, Oct 26, 2011 at 07:49:48PM -0500, Steve M. Robbins wrote:

> I'm backing up my local machine using rsync; see configuration below.
> Despite the exclusion, I still get /home/steve/Packages in my backup.
> I tried also '/home/steve/Packages/*' with the same result.  What's
> the magic?

Well, experimentation indicates that I need to strip off
the prefix; i.e. change from

 $Conf{BackupFilesExclude} = {
   '/home' => [
     '/home/steve/Packages'
   ]
 };

to

 $Conf{BackupFilesExclude} = {
   '/home' => [
     'steve/Packages'
   ]
 };


Regards,
-Steve

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
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/
<Prev in Thread] Current Thread [Next in Thread>