X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=README.ASA;h=24c8bacee8f5cbafbb054af0a0049289f88e4ed0;hp=65107d5cb0dccadcc8c3ae1964b46645ae07585c;hb=380a4961e996464a8c19e39a5339cb3a3bff0580;hpb=a53b5658667bedcea171e91aa4d78af8b7a3eb19 diff --git a/README.ASA b/README.ASA index 65107d5..24c8bac 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'; @@ -112,5 +113,7 @@ $Conf{ArchivePostUserCmd} = '/srv/BackupPC/bin/BackupPC_ASA_PostArchive_Update - # Logging verbosity: $Conf{XferLogLevel} = 1; +# Hide share names from search inferace +$Conf{SearchHideShare} = 'rsync';