/[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 234 by dpavlin, Tue Nov 8 20:24:45 2005 UTC revision 260 by dpavlin, Mon Dec 12 21:00:00 2005 UTC
# Line 1768  $Conf{GzipTempDir} = 'temp'; Line 1768  $Conf{GzipTempDir} = 'temp';
1768  #  #
1769  $Conf{GzipSchema} = '\h_\s_\n';  $Conf{GzipSchema} = '\h_\s_\n';
1770  #  #
 # schema for part which will be added to GzipSchema (before .tar.gz)  
 # (if file is bigger than MaxArchiveFileSize)  
 #  
 $Cont{GzipSchemaPart} = '-\p';  
1771    
1772  #  #
1773  # archive media size (in kb)  # archive media size (in bytes)
1774  # default: 4.2Gb for DVD  # default: 4.2Gb for DVD
1775  #  #
1776  $Conf{MaxArchiveSize} = 4200 * 1024;  $Conf{MaxArchiveSize} = 4200 * 1024 * 1024;
1777    
1778  #  #
1779  # maximum size of one (uncompressed) file on archive medium (in kb)  # maximum size of one (uncompressed) file on archive medium (in bytes)
1780  # default: 2Gb - 2k for DVD  # default: 2Gb - 2k for DVD
1781  $Conf{MaxArchiveFileSize} = (2048 - 2) * 1024;  $Conf{MaxArchiveFileSize} = (2048 - 2) * 1024 * 1024;
1782    
1783  #  #
1784  # Temporary directory for ISO images (relative to install dir)  # Temporary directory for ISO images (relative to install dir)

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

  ViewVC Help
Powered by ViewVC 1.1.26