X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=conf%2Fconfig.pl;h=e0b682e2f3559cd2ff36bcbc19e6888804fa0c42;hp=235fe0b21e1c4db8fa58cfbd4914e81f31267dd3;hb=62919ede1310e6be4751ac7e14770b33e4765d2d;hpb=9f0ea642edefd2f8b6ad9e9f4807e6ab03485da7 diff --git a/conf/config.pl b/conf/config.pl index 235fe0b..e0b682e 100644 --- a/conf/config.pl +++ b/conf/config.pl @@ -2314,13 +2314,11 @@ $Conf{GzipSchema} = '\\h_\\s_\\n'; # default: 4.2Gb for DVD # #$Conf{ArchiveMediaSize} = 4200 * 1024 * 1024; -$Conf{ArchiveMediaSize} = 4404019200; # # 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)