X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=conf%2Fconfig.pl;h=e0b682e2f3559cd2ff36bcbc19e6888804fa0c42;hp=d0b1a684a82f74d51bed8290b76874f41af8f14c;hb=380a4961e996464a8c19e39a5339cb3a3bff0580;hpb=6fa75ef8b610d0781b9a967d6a3557378f3a4003 diff --git a/conf/config.pl b/conf/config.pl index d0b1a68..e0b682e 100644 --- a/conf/config.pl +++ b/conf/config.pl @@ -2313,14 +2313,12 @@ $Conf{GzipSchema} = '\\h_\\s_\\n'; # archive media size (in bytes) # default: 4.2Gb for DVD # -#$Conf{MaxArchiveSize} = 4200 * 1024 * 1024; -$Conf{MaxArchiveSize} = 4404019200; +#$Conf{ArchiveMediaSize} = 4200 * 1024 * 1024; # # maximum size of one (uncompressed) file on archive medium (in bytes) # default: 2Gb - 2k for DVD -#$Conf{MaxArchiveFileSize} = (2048 - 2) * 1024 * 1024; -$Conf{MaxArchiveFileSize} = 2145386496; +#$Conf{ArchiveChunkSize} = (2048 - 2) * 1024 * 1024; # # Temporary directory for ISO images (relative to install dir)