Hello,
I think there is a bug when using Conf{XferMethod} = 'tar';
and one-file-system option that backup only a hard link when puting two time the same relative path to the file (to backup). The tar option "--check-links" may help.
example:
Conf{BackupFilesOnly} = ['/','/bin'];
"/bin" and "/" are on the same file system.
Conf{XferMethod} = 'tar';
Conf{XferLogLevel} = 10;
Conf{TarClientCmd} = '$sshPath -q -x -n -l backuppc $host'
. ' nice -n 19'
. ' env LC_ALL=C /usr/bin/sudo $tarPath -c -v -f - -C $shareName+'
. ' --totals --one-file-system --check-links';
-----------------------------------------------------------------------------------------------------------------------------------------------
Running: /usr/bin/ssh -q -x -n -l backuppc HOST nice -n 19 env LC_ALL=C /usr/bin/sudo /usr/bin/tar -c -v -f - -C / --totals --one-file-system --check-links --exclude=*/tmp/* ./ ./bin full backup started for directory /Xfer PIDs are now 22697,22696./[...]./bin/zmore[...]tarExtract: Got file './bin/zmore', mode 0755, size 2500, type 0 create 755 0/0 2500 bin/zmore[...]./bin/zmore[...]Xfer PIDs are now 22697,226960 Xfer PIDs are now 22697,226961 Xfer PIDs are now 22697,226962 Xfer PIDs are now 22697,226963 Xfer PIDs are now 22697,226964 Xfer PIDs are now 22697,226965 Xfer PIDs are now 22697,226966 Xfer PIDs are now 22697,226967 Xfer PIDs are now 22697,226968 Xfer PIDs are now 22697,226969
