Hi

Yes i'm sure...

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

r...@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@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