r10309@llin: dpavlin | 2006-03-07 11:48:22 +0100
[BackupPC.git] / bin / BackupPC_recover_from_increments
index cdf4ca5..d8e505a 100755 (executable)
@@ -64,6 +64,7 @@ $Conf{TarIncrArgs} = '';
 
 # fake ping when restoring
 $Conf{PingCmd} = '$pingPath -c 1 localhost',
+$Conf{ClientNameAlias} = 'localhost';
 
 $Conf{TarClientCmd} = 'zcat __restore_path__';