BackupPC-users

Re: [BackupPC-users] Behavior of BackupFilesExclude for rsync

2009-05-15 14:45:11
Subject: Re: [BackupPC-users] Behavior of BackupFilesExclude for rsync
From: Matthias Meyer <matthias.meyer AT gmx DOT li>
To: backuppc-users AT lists.sourceforge DOT net
Date: Fri, 15 May 2009 20:40:11 +0200
Tim Cole wrote:

> Sorry for the html - I forget thunderbird is set to do that by default.
> I am not using cygwin, so the windows shares are mounted via cifs on an
> embedded linux appliance at the remote end.  The path to the mounted
> shares on the remote end is "/mnt/lpl/"  I have actually been careful to
> match case when entering the exclusion.  Here's a snip from the log and
> my config file so you can see what I'm talking about:
> 
> Remote[1]: rsync: readdir("/mnt/lpl/System Volume Information"):
> Permission denied (13)
> 
> $Conf{ClientNameAlias} = '10.2.10.18';
> $Conf{RsyncShareName} = [
>   '/mnt/lpl'
> ];
> $Conf{RsyncdAuthRequired} = '0';
> $Conf{XferMethod} = 'rsync';
> $Conf{DumpPostUserCmd} = '/var/lib/backuppc/report.sh $xferOK $client
> $moreUsers'; $Conf{BackupFilesExclude} = {
>   'system files' => [
>     '*.ALF',
>     '*.ADF',
>     '/mnt/lpl/System Volume Information'
>   ]
> };
> 
> /
> /
> 

Did you use rsyncd on client side or not?
If yes, try:
$Conf{RsyncShareName} = [
  'LPL'
];
$Conf{BackupFilesExclude} = {
  'LPL' => [
    '*.ALF',
    '*.ADF',
    '/System Volume Information'
  ]
> };

and on client side in the /etc/rsyncd.conf: 
[LPL]
 path = /mnt/lpl/

br
Matthias
-- 
Don't Panic


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
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/