/[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 230 by dpavlin, Tue Oct 25 09:30:52 2005 UTC revision 234 by dpavlin, Tue Nov 8 20:24:45 2005 UTC
# Line 1761  $Conf{HyperEstraierIndex} = 'http://loca Line 1761  $Conf{HyperEstraierIndex} = 'http://loca
1761  $Conf{GzipTempDir} = 'temp';  $Conf{GzipTempDir} = 'temp';
1762    
1763  #  #
1764  # schema for naming snapshot gzips  # nameing schema for snapshots (.tar.gz will be added)
1765    # \h    - hostname
1766    # \s    - share
1767    # \n    - increment numer
1768  #  #
1769  $Conf{GzipSchema} = '\h_\s_\n.tar.gz';  $Conf{GzipSchema} = '\h_\s_\n';
1770    #
1771    # schema for part which will be added to GzipSchema (before .tar.gz)
1772    # (if file is bigger than MaxArchiveFileSize)
1773    #
1774    $Cont{GzipSchemaPart} = '-\p';
1775    
1776  #  #
1777  # archive media size (in kb)  # archive media size (in kb)
# Line 1772  $Conf{GzipSchema} = '\h_\s_\n.tar.gz'; Line 1780  $Conf{GzipSchema} = '\h_\s_\n.tar.gz';
1780  $Conf{MaxArchiveSize} = 4200 * 1024;  $Conf{MaxArchiveSize} = 4200 * 1024;
1781    
1782  #  #
1783  # maximum size of one file on archive medium (in kb)  # maximum size of one (uncompressed) file on archive medium (in kb)
1784  # default: 4Gb - 2k for DVD  # default: 2Gb - 2k for DVD
1785  $Conf{MaxArchiveFileSize} = (4096 - 2) * 1024;  $Conf{MaxArchiveFileSize} = (2048 - 2) * 1024;
1786    
1787  #  #
1788  # Temporary directory for ISO images (relative to install dir)  # Temporary directory for ISO images (relative to install dir)

Legend:
Removed from v.230  
changed lines
  Added in v.234

  ViewVC Help
Powered by ViewVC 1.1.26