/[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 226 by dpavlin, Mon Oct 24 14:47:52 2005 UTC revision 230 by dpavlin, Tue Oct 25 09:30:52 2005 UTC
# Line 1767  $Conf{GzipSchema} = '\h_\s_\n.tar.gz'; Line 1767  $Conf{GzipSchema} = '\h_\s_\n.tar.gz';
1767    
1768  #  #
1769  # archive media size (in kb)  # archive media size (in kb)
1770    # default: 4.2Gb for DVD
1771  #  #
1772  $Conf{MaxArchiveSize} = 4200 * 1024;  $Conf{MaxArchiveSize} = 4200 * 1024;
1773    
1774  #  #
1775    # maximum size of one file on archive medium (in kb)
1776    # default: 4Gb - 2k for DVD
1777    $Conf{MaxArchiveFileSize} = (4096 - 2) * 1024;
1778    
1779    #
1780  # Temporary directory for ISO images (relative to install dir)  # Temporary directory for ISO images (relative to install dir)
1781  #  #
1782  $Conf{ISOTempDir} = 'temp/iso';  $Conf{ISOTempDir} = 'temp/iso';

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

  ViewVC Help
Powered by ViewVC 1.1.26