Bug#371073: backuppc: fix for your tar arguments

2006-06-08 Thread Ludovic Drolez
On Thu, Jun 08, 2006 at 02:35:33AM +0200, Andreas Beckmann wrote: > Package: backuppc > Version: 2.1.2-4 > Followup-For: Bug #371073 > > Hello Klaus, > > I think, you need to change your settings to > > $Conf{TarFullArgs} = '$fileList+'; > $Conf{TarIncrArgs} = '--newer=$incrDate+ $fileList+'; >

Bug#371073: backuppc: fix for your tar arguments

2006-06-07 Thread Andreas Beckmann
Package: backuppc Version: 2.1.2-4 Followup-For: Bug #371073 Hello Klaus, I think, you need to change your settings to $Conf{TarFullArgs} = '$fileList+'; $Conf{TarIncrArgs} = '--newer=$incrDate+ $fileList+'; The additional '+' will add another level of shell escapes to the arguments to protect