From f3bda3d68e97002413a6626d57f50f8e07146d45 Mon Sep 17 00:00:00 2001 From: dpavlin Date: Tue, 7 Mar 2006 10:48:28 +0000 Subject: [PATCH] r10309@llin: dpavlin | 2006-03-07 11:48:22 +0100 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 | 1 + 1 file changed, 1 insertion(+) 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__'; -- 2.20.1