/[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 144 by iklaric, Fri Oct 7 10:28:55 2005 UTC revision 202 by dpavlin, Fri Oct 14 14:02:52 2005 UTC
# Line 1768  $Conf{GzipSchema} = '\h_\s_\n.tar.gz'; Line 1768  $Conf{GzipSchema} = '\h_\s_\n.tar.gz';
1768  #  #
1769  # archive media size (in kb)  # archive media size (in kb)
1770  #  #
1771  $Conf{MaxArchiveSize} = 4505600;  $Conf{MaxArchiveSize} = 4400 * 1024;
1772    
1773    #
1774    # Temporary directory for ISO images (relative to install dir)
1775    #
1776    $Conf{ISOTempDir} = 'temp/iso';
1777    
1778    ####
1779    # configuration data for burning
1780    ####
1781    $Conf{CDRecordBin} = 'cdrecord';
1782    $Conf{CDRecordOpts} = 'dev=/dev/hdc blank=fast -dao -v -eject -dummy';
1783    
1784    #$Conf{CDRecordBin} = 'dvdrecord';
1785    #$Conf{CDRecordOpts} = 'dev=0,0,0 -dao -v -eject -dummy';
1786    
1787    # gzip level for creating tar.gz increments
1788    # default is -6, -1 is fast, -9 is slow
1789    #$Conf{GzipLevel} = '-6';
1790    $Conf{GzipLevel} = '-1';
1791    
1792    # number of archive copies to burn
1793    $Conf{BurnMultipleCopies} = 2;
1794    

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

  ViewVC Help
Powered by ViewVC 1.1.26