| 7389 |
dpurdie |
1 |
# Blat configuration file for the Tar Zip process
|
|
|
2 |
#
|
|
|
3 |
# active - Active link (Yes/1/y). (default = Yes)
|
|
|
4 |
# piddir - Path to where a pid file will be created (Mandatory)
|
|
|
5 |
# sleep - Polling period of the main process loop (default = 5)
|
|
|
6 |
# dpkg_archive - Path to local package archive (Mandatory)
|
|
|
7 |
#
|
|
|
8 |
#
|
|
|
9 |
active = 1
|
|
|
10 |
piddir = run
|
|
|
11 |
sleep = 1
|
|
|
12 |
dpkg_archive = /net/auawsaarc001/export/devl/dpkg_archive
|
|
|
13 |
|
|
|
14 |
# Logging
|
|
|
15 |
# verbose - Enable verbose logging 0 .. 3
|
|
|
16 |
# txdetail - Log transfer detsils
|
|
|
17 |
# logfile - Path to basename of the log file
|
|
|
18 |
# logfile.size - Size in block of the log file
|
|
|
19 |
# logfile.count - Number of log files to keep
|
|
|
20 |
# Debugging
|
|
|
21 |
# debug - Log to screen
|
|
|
22 |
|
|
|
23 |
|
|
|
24 |
logfile = log/tarZip.log
|
|
|
25 |
logfile.size = 20m
|
|
|
26 |
logfile.count = 3
|
| 7394 |
dpurdie |
27 |
verbose = 2
|
| 7389 |
dpurdie |
28 |
debug = 1
|
|
|
29 |
txdetail = 1
|
|
|
30 |
|
|
|
31 |
#
|
|
|
32 |
# Configure the tarZip processor
|
|
|
33 |
# tagdir - Directory in which RM will flag that package-versions
|
|
|
34 |
# need to be transferred. The user must create this
|
|
|
35 |
# dircetory. (Mandatory)
|
|
|
36 |
# forcedirscan - Period for retry and safty scan (default 100 )
|
|
|
37 |
# tagMaxPackages - Max packages to process in one set (default 10)
|
|
|
38 |
# tagage - Dead tags older than this time period will be deleted
|
|
|
39 |
# (default 10d). Zero will disable
|
|
|
40 |
#
|
|
|
41 |
# cleanPeriod - Period to clean unused tarZip files
|
|
|
42 |
# (default is 30m). Zero will disable
|
|
|
43 |
#
|
|
|
44 |
# maxFileAge - Time to retain the file one its been used.
|
|
|
45 |
# (Default 24h)
|
|
|
46 |
#
|
|
|
47 |
tagdir = tags/tarZip
|
|
|
48 |
forcedirscan = 100
|
|
|
49 |
tagage = 10d
|
|
|
50 |
cleanPeriod = 20
|
| 7394 |
dpurdie |
51 |
maxFileAge = 3h
|
| 7389 |
dpurdie |
52 |
|
|
|
53 |
|