On Mon, Feb 16, 2009 at 2:32 PM, Jason Holubiw <exar...@exarkun.com> wrote:

>
> $Conf{BackupFilesOnly} = {
>
>   'e$' => [
>
>     '/pictures'
>
>   ],
>

I dont use smbclient myself, so this is just a WAG.  Have you tried
creating actual "shares" instead of using the builtin drive share (ie
'drive_c' instead of 'c$').  The only funky thing I can think of that
might be happening is the $ in the share name is causing some strange
interpolation when the config runs.  Just a thought.

Otherwise, you may want to look at switching over to rsync.  I see
your backing up outlook files and I not sure if smbclient handles open
files.  Search the archive and you'll find a reference to a recipe
using rsync and shadow file services which will allow open files to be
backed up in a crash consistent state (they were still open when the
backup starts, but at least they aren't changing as your backing up).



-- 
Jonathan Craig

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to