- new version of burnArchive that should work both on QC and on AGI
[BackupPC.git] / conf / config.pl
index 36c9531..3166efc 100644 (file)
@@ -1752,7 +1752,9 @@ $Conf{SearchUser} = 'dpavlin';
 # if you want to use experimental Hyper Estraier support (which require
 # installation of Search::Estraier perl module from CPAN) select
 # path to index (relative to $TopDir) or node URI
-#$Conf{HyperEstraierIndex} = '/casket/';
+# use following line to disable Hyper Estraier and prevent upgrades
+# from overwriting it
+#$Conf{HyperEstraierIndex} = '';
 $Conf{HyperEstraierIndex} = 'http://localhost:1978/node/backuppc';
 
 #
@@ -1807,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/';