X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=README.ASA;h=a1f28a2d6a6da1d7b965d40fd885df16a2b665c0;hp=65107d5cb0dccadcc8c3ae1964b46645ae07585c;hb=e230956112c223fb931b96650e51db5605db1b93;hpb=796b15687f42564a63e80496b2c0daa641e7567d;ds=sidebyside diff --git a/README.ASA b/README.ASA index 65107d5..a1f28a2 100644 --- a/README.ASA +++ b/README.ASA @@ -83,14 +83,15 @@ $Conf{ArchiveMediaSize} = 630 * 1024 * 1024; # CD # 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} = 42; # FIXME small testing chunks +$Conf{ArchiveSplit} = 100; # FIXME small testing chunks # The amount of parity data to create for the archive using the par2 utility. # In some cases, corrupted archives can be recovered from parity data. -$Conf{ArchivePar} = 0; -$Conf{ParPath} = undef; - +$Conf{ArchivePar} = 30; +$Conf{ParPath} = '/srv/par2cmdline-0.4-tbb-20100203-lin64/par2'; +# http://chuchusoft.com/par2_tbb/download.html +# par2cmdline 0.4 with Intel Threading Building Blocks 2.2 # use parallel gzip (speedup on multi-code machines) $Conf{GzipPath} = '/usr/bin/pigz';