--- trunk/conf/config.pl 2005/11/04 15:40:51 233 +++ trunk/conf/config.pl 2005/11/08 20:24:45 234 @@ -1761,9 +1761,17 @@ $Conf{GzipTempDir} = 'temp'; # -# schema for naming snapshot gzips +# nameing schema for snapshots (.tar.gz will be added) +# \h - hostname +# \s - share +# \n - increment numer # -$Conf{GzipSchema} = '\h_\s_\n.tar.gz'; +$Conf{GzipSchema} = '\h_\s_\n'; +# +# schema for part which will be added to GzipSchema (before .tar.gz) +# (if file is bigger than MaxArchiveFileSize) +# +$Cont{GzipSchemaPart} = '-\p'; # # archive media size (in kb) @@ -1772,9 +1780,9 @@ $Conf{MaxArchiveSize} = 4200 * 1024; # -# maximum size of one file on archive medium (in kb) -# default: 4Gb - 2k for DVD -$Conf{MaxArchiveFileSize} = (4096 - 2) * 1024; +# maximum size of one (uncompressed) file on archive medium (in kb) +# default: 2Gb - 2k for DVD +$Conf{MaxArchiveFileSize} = (2048 - 2) * 1024; # # Temporary directory for ISO images (relative to install dir)