1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
# configuration file for dar to have Parchive integrated
# with DAR
# to be passed to dar as argument of -B option (-B dar_par.dcf)
# either directly on command line or through $HOME/.darrc or /etc/darrc
# file
create:
-E 'SOMEPATH/dar_par_create.duc "%p" "%b" %N %e %c 2'
# 2 stands for 2% of redundancy
# adjust it to your needs
test:
-E 'SOMEPATH/dar_par_test.duc "%p" "%b" %N %e %c'
# note that you may need to set the path to dar_par_test.duc
# and dar_par_create.duc, at dar/libdar installation, SOMEPATH
# is substitued by the path where these are installed to
# fix from Sergey Feo
default:
-E "echo Warning: dar_par.dcf will not be used in this operation. Please review command line options. -c or -t should be used before -B ...dar_par.dcf"
|