X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=bin%2FBackupPC_recover_from_increments;h=d8e505aa2c7600f9b9060b8f029daeb4dd5b4c6a;hb=f3bda3d68e97002413a6626d57f50f8e07146d45;hp=cdf4ca54f4a0518609af681f5c361f035986d4c0;hpb=34b44a1d8f8957cbefdf1fad638d991afec4ef48;p=BackupPC.git diff --git a/bin/BackupPC_recover_from_increments b/bin/BackupPC_recover_from_increments index cdf4ca5..d8e505a 100755 --- a/bin/BackupPC_recover_from_increments +++ b/bin/BackupPC_recover_from_increments @@ -64,6 +64,7 @@ $Conf{TarIncrArgs} = ''; # fake ping when restoring $Conf{PingCmd} = '$pingPath -c 1 localhost', +$Conf{ClientNameAlias} = 'localhost'; $Conf{TarClientCmd} = 'zcat __restore_path__';