-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservers.ini
333 lines (289 loc) · 5.74 KB
/
servers.ini
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
; [xx 标题陈述 ]
; server,port,dir 显而易见
; mysql_dump_command mysql爱怎么导就怎么了,可以指定要导的数据库表...
; bak_days 备份保留的天数
; bak_freq 备份隔几天备一次
;
[d1:/home/setup]
server=d1.bigxu.com
port=222
dir=/home/setup
bak_days=40
bak_freq=32
[d1:/home/soft]
server=d1.bigxu.com
port=222
dir=/home/soft
bak_days=40
bak_freq=33
[d1.bigxu.com:/data/www/sws3/8.bigxu.com]
server=d1.bigxu.com
port=222
dir=/data/www/sws3/8.bigxu.com
mysql_dump_command=/usr/local/bin/mysqldump -uroot -ppassword --all-databases
bak_days=56
bak_freq=5
[d1.bigxu.com:/data/www/web]
server=d1.bigxu.com
port=222
dir=/data/www/web
bak_days=40
bak_freq=11
[d1.bigxu.com:/root/scripts]
server=d1.bigxu.com
port=222
dir=/root/scripts
ssh_command=crontab -l > /root/scripts/crontab.cron;cp /etc/rc.local /root/scripts
bak_days=40
bak_freq=19
[d1.bigxu.com:/home/urbane]
server=d1.bigxu.com
port=222
dir=/home/urbane
bak_days=40
bak_freq=19
[d1.bigxu.com:/home/lixp]
server=d1.bigxu.com
port=222
dir=/home/lixp
bak_days=40
bak_freq=19
[d1.bigxu.com:/data/www/domain.bigxu.com]
server=d1.bigxu.com
port=222
dir=/data/www/domain.bigxu.com
bak_days=40
bak_freq=12
[d1.bigxu.com:/data/www/09.china001.com]
server=d1.bigxu.com
port=222
dir=/data/www/09.china001.com
bak_days=40
bak_freq=13
[d1.bigxu.com:/data/www/aq.bigxu.com]
server=d1.bigxu.com
port=222
dir=/data/www/aq.bigxu.com
bak_days=40
bak_freq=14
[d1.bigxu.com:/data/www/sws2/vip.bigxu.com]
server=d1.bigxu.com
port=222
dir=/data/www/sws2/vip.bigxu.com
bak_days=40
bak_freq=11
[d1.bigxu.com:/data/www/sws2/bigxu.com]
server=d1.bigxu.com
port=222
dir=/data/www/sws2/bigxu.com
bak_days=40
bak_freq=15
[d1.bigxu.com:/data/www/sws2/vip50.bigxu.com]
server=d1.bigxu.com
port=222
dir=/data/www/sws2/vip50.bigxu.com
bak_days=40
bak_freq=16
[d1.bigxu.com:/data/www/sws2/bigxu.com]
server=d1.bigxu.com
port=222
dir=/data/www/sws2/bigxu.com
bak_days=40
bak_freq=17
[d1.bigxu.com:/data/www/sws2/china001.com]
server=d1.bigxu.com
port=222
dir=/data/www/sws2/china001.com
bak_days=40
bak_freq=18
[d1.bigxu.com:/data/www/sws2/bj001.net]
server=d1.bigxu.com
port=222
dir=/data/www/sws2/bj001.net
bak_days=40
bak_freq=18
[d2:/home/soft]
server=d2.bigxu.com
port=222
dir=/home/soft
exclude=--exclude "mysql/data"
bak_days=40
bak_freq=22
[d2:/home/setup]
server=d2.bigxu.com
port=222
dir=/home/setup
ssh_command=crontab -l > /home/setup/crontab.cron;cp /etc/rc.local /home/setup
bak_days=40
bak_freq=26
[d3:/home/mybbs]
server=d3.bigxu.com
port=222
dir=/home/mybbs
bak_days=4000
bak_freq=2999
mysql_dump_command=mysqldump -uroot -ppassword --all-databases
[d3:nginx conf]
server=d3.bigxu.com
port=222
dir=/home/soft/nginx/conf
bak_days=40
bak_freq=19
[d3:mysql conf]
server=d3.bigxu.com
port=222
dir=/home/soft/mysql5/var/my.cnf
bak_days=40
bak_freq=19
[d6:/home/bigxu/workspace/setup-config]
server=d6.bigxu.com
port=222
dir=/home/bigxu/workspace/setup-config
bak_days=60
bak_freq=2
[d6:gitlab]
server=d6.bigxu.com
port=222
ssh_command=/home/bigxu/workspace/setup-config/fragment/d6-bak-gitlab.sh
dir=/data/backup/gitlab
[d6:/home/soft]
server=d6.bigxu.com
port=222
dir=/home/soft
exclude=--exclude "mysql/data"
bak_days=40
bak_freq=22
[d6:/home/setup]
server=d6.bigxu.com
port=222
dir=/home/setup
ssh_command=crontab -l > /home/setup/crontab.cron;cp /etc/rc.local /home/setup
bak_days=40
bak_freq=26
[d7:/home/soft 3.3G]
server=d7.bigxu.com
port=222
dir=/home/soft
bak_days=40
bak_freq=28
[d7:/home/setup 1.7G]
server=d7.bigxu.com
port=222
dir=/home/setup
bak_days=40
bak_freq=29
[d7:/data/script]
server=d7.bigxu.com
port=222
dir=/data/script
bak_days=40
bak_freq=19
ssh_command=crontab -l > /home/script/crontab.cron;cp /etc/rc.local /home/script
mysql_dump_command=mysqldump -uroot -ppassword --all-databases
[d7:/data/www/hy2.bigxu.com]
server=d7.bigxu.com
port=222
dir=/data/www/hy2.bigxu.com
bak_days=1000
bak_freq=499
[d7:/data/www/mail.bigxu.com]
server=d7.bigxu.com
port=222
dir=/data/www/mail.bigxu.com
bak_days=1000
bak_freq=499
[d7:/data/www/maildir]
server=d7.bigxu.com
port=222
dir=/data/www/maildir
bak_days=100
bak_freq=30
[d7:/data/www/renso.bigxu.com]
server=d7.bigxu.com
port=222
dir=/data/www/renso.bigxu.com
bak_days=1000
bak_freq=497
[d7:/data/www/sws2]
server=d7.bigxu.com
port=222
dir=/data/www/sws2
bak_days=1000
bak_freq=498
[d7:/data/www/sws3]
server=d7.bigxu.com
port=222
dir=/data/www/sws3
bak_days=1000
bak_freq=499
[d7:/etc/bind]
server=d7.bigxu.com
port=222
dir=/etc/bind
bak_days=40
bak_freq=19
[d7:/data/www/bigxubj001home]
server=d7.bigxu.com
port=222
dir=/data/www/bigxubj001home
bak_days=40
bak_freq=19
[d8:/home/setup]
server=d8.bigxu.com
port=222
dir=/home/setup
bak_days=40
bak_freq=31
ssh_command=crontab -l > /home/setup/crontab.cron;cp /etc/rc.local /home/setup
[d8:/home/soft]
server=d8.bigxu.com
port=222
dir=/home/soft
bak_days=40
bak_freq=31
[d8:/data/www/haiman.io]
server=d8.bigxu.com
port=222
dir=/data/www/haiman.io
mysql_dump_command=/usr/local/bin/mysqldump -uroot -ppassword --all-databases
bak_days=15
bak_freq=5
[d8:/data/www/hmsecret.com]
server=d8.bigxu.com
port=222
dir=/data/www/hmsecret.com
bak_days=15
bak_freq=5
[d8:/data/www/certs]
server=d8.bigxu.com
port=222
dir=/data/www/certs
bak_days=15
bak_freq=5
[d8:xunsearch]
server=d8.bigxu.com
port=222
dir=/data/www/xunsearch
mysql_dump_command=/usr/local/bin/mysqldump56 -uroot -ppassword --all-databases
bak_days=40
bak_freq=23
[d8:/data/script]
server=d8.bigxu.com
port=222
dir=/data/script
ssh_command=crontab -l > /data/script/crontab.cron;cp /etc/rc.local /data/script
bak_days=40
bak_freq=25
[f1:/home/soft]
server=f1.bigxu.com
port=2222
dir=/home/soft
bak_days=100
bak_freq=26
[f1:/home/setup]
server=f1.bigxu.com
port=2222
dir=/home/setup
ssh_command=crontab -l > /home/setup/crontab.cron;cp /etc/rc.local /home/setup
bak_days=100
bak_freq=27