Re: [BackupPC-users] incremental tar xfer errors

2009-01-08 Thread Simone Marzona
On Wed, 2009-01-07 at 22:42 -0800, Craig Barratt wrote: > > 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). the problem is: - a configuration mistake (if so, where may I find it out?) - a

Re: [BackupPC-users] incremental tar xfer errors

2009-01-08 Thread Simone Marzona
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 go

Re: [BackupPC-users] incremental tar xfer errors

2009-01-07 Thread Craig Barratt
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 shou

Re: [BackupPC-users] incremental tar xfer errors

2009-01-07 Thread Jeffrey J. Kosowsky
Simone Marzona wrote at about 22:38:42 +0100 on Wednesday, January 7, 2009: > Hi > > 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. The date part of --newer is parsed >

[BackupPC-users] incremental tar xfer errors

2009-01-07 Thread Simone Marzona
Hi 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. The date part of --newer is parsed correctly but the hour part of --newer.. doesn't and is changed in 00:00:00 and tar interpret