Re: [BackupPC-users] Spurious tar status message interpreted as error

2007-04-11 Thread Craig Barratt
Jorg writes: > (27GiB, 7,0MiB/s)) > Backup aborted (Gesamtzahl geschriebener Bytes: 28282449920 (27GiB, 7,0MiB/s)) > > Is this a localization issue? Doesn't backuppc understand what tar is saying? Yes and yes. > How can I fix this? This is the standard config setting: $Conf{TarClientCmd}

[BackupPC-users] Spurious tar status message interpreted as error

2007-04-11 Thread Jörg Rüppel
Hello, I'm doing local backups using tar transfer, with this configuration: $Conf{TarClientCmd} = '/usr/bin/sudo $tarPath -c -v -f - -C $shareName --totals'; $Conf{TarClientRestoreCmd} = '/usr/bin/sudo $tarPath -x -p --numeric-owner --same-owner -v -f - -C $shareName'; $Conf{TarFullArgs} = '$fi