Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
# Blat configuration file for the Tar Zip process## active - Active link (Yes/1/y). (default = Yes)# piddir - Path to where a pid file will be created (Mandatory)# sleep - Polling period of the main process loop (default = 5)# dpkg_archive - Path to local package archive (Mandatory)##active = 1piddir = runsleep = 1dpkg_archive = /net/auawsaarc001/export/devl/dpkg_archive# Logging# verbose - Enable verbose logging 0 .. 3# txdetail - Log transfer detsils# logfile - Path to basename of the log file# logfile.size - Size in block of the log file# logfile.count - Number of log files to keep# Debugging# debug - Log to screenlogfile = log/tarZip.loglogfile.size = 20mlogfile.count = 3verbose = 1debug = 1txdetail = 1## Configure the tarZip processor# tagdir - Directory in which RM will flag that package-versions# need to be transferred. The user must create this# dircetory. (Mandatory)# forcedirscan - Period for retry and safty scan (default 100 )# tagMaxPackages - Max packages to process in one set (default 10)# tagage - Dead tags older than this time period will be deleted# (default 10d). Zero will disable## cleanPeriod - Period to clean unused tarZip files# (default is 30m). Zero will disable## maxFileAge - Time to retain the file one its been used.# (Default 24h)#tagdir = tags/tarZipforcedirscan = 100tagage = 10dcleanPeriod = 20maxFileAge = 10m