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}
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