From: Dobrica Pavlinusic Date: Sat, 29 Jan 2011 15:12:24 +0000 (+0100) Subject: added par2cmdline 0.4 with Intel Threading Building Blocks 2.2 X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=commitdiff_plain;h=e230956112c223fb931b96650e51db5605db1b93;ds=sidebyside added par2cmdline 0.4 with Intel Threading Building Blocks 2.2 --- 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';