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