X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=README.ASA;h=b49aa2adcf8ba6144b4e283a3cc3c0f8561afca4;hp=5134cc3d2afefc8e8152c5dc157ca034eb37b2cc;hb=3d58bf6f3395b7586acc0f44aa3c60232663914f;hpb=911e2c66c4affdbeb576215696d1339a33010f53 diff --git a/README.ASA b/README.ASA index 5134cc3..b49aa2a 100644 --- a/README.ASA +++ b/README.ASA @@ -35,20 +35,17 @@ $Conf{CompressLevel} = 9; $Conf{TarCreateIncremental} = 1; # archive media size (in bytes) 4.2Gb for DVD -#$Conf{ArchiveMediaSize} = 4200 * 1024 * 1024; -$Conf{ArchiveMediaSize} = 1440 * 1024; # FIXME floppy - -# size of one chunk burned to archive medium -# useful for transfer to smaller media or limited filesystems -#$Conf{ArchiveChunkSize} = (2048 - 2) * 1024 * 1024; # 2Gb filesystem-limit -$Conf{ArchiveChunkSize} = 100 * 1024 * 1024; # FIXME zipdrive +#$Conf{ArchiveMediaSize} = 4200 * 1024 * 1024; # DVD +$Conf{ArchiveMediaSize} = 630 * 1024 * 1024; # CD +#$Conf{ArchiveMediaSize} = 1440 * 1024; # floppy +#$Conf{ArchiveMediaSize} = 42 * 1024 * 1024; # FIXME # A size in megabytes to split the archive in to parts at. # This is useful where the file size of the archive might exceed the # capacity of the removable media. For example specify 700 if you are using CDs. #$Conf{ArchiveSplit} = 650; -$Conf{ArchiveSplit} = 300 * 1024; # FIXME small testing chunks +$Conf{ArchiveSplit} = 42; # FIXME small testing chunks # The amount of parity data to create for the archive using the par2 utility.