--- trunk/conf/config.pl 2006/04/27 09:03:34 354 +++ trunk/conf/config.pl 2006/04/27 09:35:41 355 @@ -1809,3 +1809,7 @@ $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/';