BackupPC-users

[BackupPC-users] Exclusions Round 2 - smb this time

2009-10-13 22:04:20
Subject: [BackupPC-users] Exclusions Round 2 - smb this time
From: Heath Yob <heathy AT stanford DOT edu>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Tue, 13 Oct 2009 18:59:55 -0700
Since I got rsync to work with OSX/Linux clients, I've moved on to  
windows clients.

I've gotten the backup piece to work via the C$ share.  I've tried  
excluding for now just .ini files.  I've tried different variations  
and they don't seem to exclude them.  Am I missing something?  I've  
even tried a host specific override with a same result.

Here's the current config:

$Conf{BackupFilesExclude} = {
   '/Users' => [
     '*.mp3',
     '*.imapmbox'
   ],
   'C' => [
     '*.ini'
   ],
   '*' => [
     '*.ini'
   ],
   'C$' => [
     '*.ini'
   ]
};


Thanks,

Heath

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
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>