Skip to content

Commit 83f10d3

Browse files
committed
Rsync update rules.
1 parent f046a33 commit 83f10d3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

admin/rsync-keep-releases.rules

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Ignore current month release files
2-
-rs /srv-dev/HG1305[a-z]
3-
-rs /srv-*/[a-z][a-z]HG1305[a-z]
2+
-rs /srv-dev/HG1306[a-z]
3+
-rs /srv-*/[a-z][a-z]HG1306[a-z]
44

55
# Ignore previous month latest release files
6-
-rs /srv-dev/HG1304[c-z]
7-
-rs /srv-preprod/[a-z][a-z]HG1304[e-z]
8-
-rs /srv-prod/[a-z][a-z]HG1304[e-z]
6+
-rs /srv-dev/HG1305[e-z]
7+
-rs /srv-preprod/[a-z][a-z]HG1305[e-z]
8+
-rs /srv-prod/[a-z][a-z]HG1305[e-z]
99

1010
# Do not exclude the receiver's proxy files from current and previous releases
11-
-r /srv-dev/HG130[45][a-z]/auth/proxy/proxy*.cert
12-
-r /srv-*/[a-z][a-z]HG130[45][a-z]/auth/proxy/proxy*.cert
11+
-r /srv-dev/HG130[56][a-z]/auth/proxy/proxy*.cert
12+
-r /srv-*/[a-z][a-z]HG130[56][a-z]/auth/proxy/proxy*.cert
1313

1414
# Do not try to copy files from any other old releases
1515
-s /srv-dev/HG121[12][a-z]
1616
-s /srv-*/[a-z][a-z]HG121[12][a-z]
17-
-s /srv-dev/HG130[234][a-z]
18-
-s /srv-*/[a-z][a-z]HG130[234][a-z]
17+
-s /srv-dev/HG130[2345][a-z]
18+
-s /srv-*/[a-z][a-z]HG130[2345][a-z]

0 commit comments

Comments
 (0)