BackupPC-users

Re: [BackupPC-users] incremental tar xfer errors

2009-01-08 15:43:14
Subject: Re: [BackupPC-users] incremental tar xfer errors
From: Simone Marzona <ml AT knoway DOT info>
To: BackupPC-users AT lists.sourceforge DOT net
Date: Thu, 08 Jan 2009 08:42:45 +0100
Hi

Yes i'm sure...

root@backup2:/etc/backuppc# cat config.pl |grep $Conf{TarIncrArgs}  
$Conf{TarIncrArgs} = '--newer=$incrDate+ $fileList+';

root@stars:/etc/backuppc# cat ./*.pl | grep $Conf{TarIncrArgs}
$Conf{TarIncrArgs} = '--newer=$incrDate+ $fileList+';

I'm using debian and ubuntu and I got the same problem in both ...

On Wed, 2009-01-07 at 22:42 -0800, Craig Barratt wrote:
> Simone writes:
> 
> > I got a strange problem doing incrementals with tar over ssh using
> > --newer=$incrDate+. It seems an "escape problem" of part of the time
> > reference for the incremental.
> 
> Yes, the escaping isn't happening.  The "$incrDate+" form means
> to escape the value, so that is what you should use (since you
> are running through ssh).
> 
> Are you sure $Conf{TarIncrArgs} includes --newer=$incrDate+ rather
> than --newer=$incrDate?  Have you checked the per-client config too?
> 
> Craig


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
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>