- new version of burnArchive that should work both on QC and on AGI
[BackupPC.git] / 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/';