r10309@llin: dpavlin | 2006-03-07 11:48:22 +0100
authordpavlin <dpavlin@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Tue, 7 Mar 2006 10:48:28 +0000 (10:48 +0000)
committerdpavlin <dpavlin@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Tue, 7 Mar 2006 10:48:28 +0000 (10:48 +0000)
 fix host not found via netbios (as it shouldn't be anyway) when restoring

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/BackupPC/trunk@345 8392b6e1-25fa-0310-8288-cc32f8e212ea

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__';