-
Notifications
You must be signed in to change notification settings - Fork 176
/
Copy pathtransfer_gdas_enkf_enkf_45.list
63 lines (57 loc) · 2.41 KB
/
transfer_gdas_enkf_enkf_45.list
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# This file specifies the directories to be tranatmfered and, optionally, the files within
# those directories to include or exclude. If one directory is specified per line, it
# will be used as both the source and destination. If two directories are specified per
# line, separated by one or more spaces, the first will be used as the source and the
# second the destination. Directories that begin with "com/" will be resolved using
# the compath.py utility. Rules may be placed below each directory or directory pair
# and must begin with one of the following characters:
# - exclude, specifies an exclude pattern
# + include, specifies an include pattern
# . merge, specifies a merge-file to read for more rules
# : dir-merge, specifies a per-directory merge-file
# H hide, specifies a pattern for hiding files from the tranatmfer
# S show, files that match the pattern are not hidden
# P protect, specifies a pattern for protecting files from deletion
# R risk, files that match the pattern are not protected
# ! clear, clears the current include/exclude list (takes no arg)
# B bytes, relative size of the path in relation to the other paths in the list
# D delete, delete extraneous files from destination directories (takes no arg)
# E encrypt, enables data encryption [two cores should be allocated] (takes no arg)
# W whole files, copy whole files rather than use delta-xfer algorithm (takes no arg) (v2.2.3+)
# T two-way syncronization will update both sides with latest changes (takes no arg)
# Z compress data as it is sent, accepts optional compression level argument (1-9)
# Rules higher in the list take precedence over lower ones. By default, all files in a
# directory are included, so if no exclude patterns match that file, it will be
# tranatmferred.
#com/gfs/_ENVIR_/enkfgdas._PDY_/
/gpfs/dell1/nco/ops/com/gfs/_ENVIR_/enkfgdas._PDY_/
+ /??/
+ /??/atmos/
+ /??/atmos/mem041/
+ /??/atmos/mem041/**
+ /??/atmos/mem042/
+ /??/atmos/mem042/**
+ /??/atmos/mem043/
+ /??/atmos/mem043/**
+ /??/atmos/mem044/
+ /??/atmos/mem044/**
+ /??/atmos/mem045/
+ /??/atmos/mem045/**
- *
B 100
#com/gfs/_ENVIR_/enkfgdas._PDYm1_/
/gpfs/dell1/nco/ops/com/gfs/_ENVIR_/enkfgdas._PDYm1_/
+ /??/
+ /??/atmos/
+ /??/atmos/mem041/
+ /??/atmos/mem041/**
+ /??/atmos/mem042/
+ /??/atmos/mem042/**
+ /??/atmos/mem043/
+ /??/atmos/mem043/**
+ /??/atmos/mem044/
+ /??/atmos/mem044/**
+ /??/atmos/mem045/
+ /??/atmos/mem045/**
- *
B 100