File: dar_par.dcf

package info (click to toggle)
dar 2.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,068 kB
  • sloc: cpp: 86,310; sh: 6,996; ansic: 895; makefile: 502; python: 242; csh: 115; perl: 43; sed: 16
file content (21 lines) | stat: -rw-r--r-- 771 bytes parent folder | download | duplicates (7)
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"