-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmover-sample.cfg
40 lines (40 loc) · 1.44 KB
/
mover-sample.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[Mover]
TempDir = /tmp
DownloadTemplate = xrdcp --nopbar --force xroot://$server//$path $dst
UploadTemplate = xrdcp --nopbar --force $src xroot://eospublic.cern.ch///eos/experiment/neutplatform/protodune/rawdata/np04/dropbox/$filename
DeleteTemplate = xrdfs $server rm $path
CopyTemplate = xrdcp --nopbar --tpc only --force --cksum adler32:print xroot://$server//$path xroot://eospublic.cern.ch///eos/experiment/neutplatform/protodune/rawdata/np04/dropbox/$filename
RenameTemplate = xrdfs $server mv $path $path.copied
RetryInterval = 30
KeepHistoryInterval = 604000
KeepLogInterval = 3600
MaxMovers = 50
#DeleteSource = no
# to delete use SourcePurge = delete ; SourcePurge = none leave file there
SourcePurge = rename
LogFile = /scratch/np04data/log/mover-hd5.log
DatabaseFile = /scratch/np04data/db/history-hd5.sqlite
ChecksumRequired = yes
TransferTimeout = 1000
[Scanner]
Servers = np04-srv-001 np04-srv-002 np04-srv-003 np04-srv-004
Locations = /data0 /data1 /data2 /data3
ScanInterval = 10
NotifierHTTPPort = 8089
lsCommandTemplate = xrdfs $server ls -l $location
FilenamePattern = np04*.hdf5
#PrescaleFactor = 1.0
ParseRE = ^(?P<type>[a-z-])\S+\s+\d{4}-\d{2}-\d{2}\s+\d{2}:\d{2}:\d{2}\s+(?P<size>\d+)\s+(?P<path>\S+)$
[Monitor]
HTTPPort = 8096
GUIPrefix = /fts-light
[Graphite]
Host = filer-carbon.cern.ch
Port = 2004
Namespace = fts.protodune.np04-srv-024-hd5
UpdateInterval = 10
SendStats = yes
Bin = 60
[Users]
np04daq = hold_release1
np04data = hold_release2