/[BackupPC]/trunk/conf/config.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/conf/config.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 109 by dpavlin, Thu Sep 1 18:30:51 2005 UTC revision 144 by iklaric, Fri Oct 7 10:28:55 2005 UTC
# Line 1751  $Conf{SearchUser} = 'dpavlin'; Line 1751  $Conf{SearchUser} = 'dpavlin';
1751  #  #
1752  # if you want to use experimental HyperEstraier support (which require  # if you want to use experimental HyperEstraier support (which require
1753  # installation of HyperEstraier and swig binding for perl) select  # installation of HyperEstraier and swig binding for perl) select
1754  # path to index (relative to $TopDir)  # path to index (relative to $TopDir) or node URI
1755  $Conf{HyperEstraierIndex} = '/casket/';  #$Conf{HyperEstraierIndex} = '/casket/';
1756    $Conf{HyperEstraierIndex} = 'http://localhost:1978/node/backuppc';
1757    
1758  #  #
1759  # temp directory for storing gzip and iso files when createing iso images  # temp directory for storing gzip and iso files when createing iso images
1760  #  #
1761  $Conf{GzipTempDir} = 'temp';  $Conf{GzipTempDir} = 'temp';
1762    
1763    #
1764    # schema for naming snapshot gzips
1765    #
1766  $Conf{GzipSchema} = '\h_\s_\n.tar.gz';  $Conf{GzipSchema} = '\h_\s_\n.tar.gz';
1767    
1768    #
1769    # archive media size (in kb)
1770    #
1771    $Conf{MaxArchiveSize} = 4505600;

Legend:
Removed from v.109  
changed lines
  Added in v.144

  ViewVC Help
Powered by ViewVC 1.1.26