X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=conf%2Fconfig.pl;h=e0b682e2f3559cd2ff36bcbc19e6888804fa0c42;hp=4342af1a2222dcc47bb01c629b4ca795cb43b0eb;hb=aff621b091597104904eafcb4ad6d9fabc2bf7bb;hpb=97b555ae1e9a25ba999210431c393bc74515df15 diff --git a/conf/config.pl b/conf/config.pl index 4342af1..e0b682e 100644 --- a/conf/config.pl +++ b/conf/config.pl @@ -2298,7 +2298,7 @@ $Conf{KinoPath} = '/tmp/kinosearch'; # # temp directory for storing gzip and iso files when createing iso images # -$Conf{GzipTempDir} = 'temp'; +$Conf{GzipTempDir} = "$Conf{TopDir}/temp"; # # nameing schema for snapshots (.tar.gz will be added) @@ -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)