r598@athlon: dpavlin | 2006-04-27 11:35:30 +0200
authordpavlin <dpavlin@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Thu, 27 Apr 2006 09:35:41 +0000 (09:35 +0000)
committerdpavlin <dpavlin@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Thu, 27 Apr 2006 09:35:41 +0000 (09:35 +0000)
 recover now uses temporary path IncrementTempDir

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

conf/config.pl

index f312293..3166efc 100644 (file)
@@ -1809,3 +1809,7 @@ $Conf{ejectBin} = 'eject';
 $Conf{ejectOpts} = '/dev/cdrom';
 
 $Conf{mkisofsBin} = 'mkisofs';
+
+# temporary path used when recovering of increments
+# (you might put this into tmpfs if you have enough RAM)
+$Conf{IncrementTempDir} = '/tmp/increment-restore/';