--- trunk/conf/config.pl 2005/09/01 18:30:51 109 +++ trunk/conf/config.pl 2005/10/07 10:28:55 144 @@ -1751,11 +1751,21 @@ # # if you want to use experimental HyperEstraier support (which require # installation of HyperEstraier and swig binding for perl) select -# path to index (relative to $TopDir) -$Conf{HyperEstraierIndex} = '/casket/'; +# path to index (relative to $TopDir) or node URI +#$Conf{HyperEstraierIndex} = '/casket/'; +$Conf{HyperEstraierIndex} = 'http://localhost:1978/node/backuppc'; # # temp directory for storing gzip and iso files when createing iso images # $Conf{GzipTempDir} = 'temp'; + +# +# schema for naming snapshot gzips +# $Conf{GzipSchema} = '\h_\s_\n.tar.gz'; + +# +# archive media size (in kb) +# +$Conf{MaxArchiveSize} = 4505600;