-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbackup_example.conf
48 lines (43 loc) · 1.05 KB
/
backup_example.conf
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
keep:
days: 30
month: 12
destination: /gpfs/backups/obiba
projects:
mica:
folders: [/var/lib/mica2, /etc/mica2]
mongodbs:
names: [mica]
host: localhost
port: 27017
usr: *****
pwd: *****
authenticationDatabase: admin
output: micadb
# sslPEMKeyFile: /path/to/PEMkeyFile #Comment out if SSL is not required
opal:
folders:
- folder:
path: /var/lib/opal
excludes: [work]
- folder:
path: /etc/opal
mongodbs:
names: [opal_ids, opal_data]
host: localhost
port: 27017
usr: *****
pwd: *****
authenticationDatabase: admin
output: opaldb
# sslPEMKeyFile: /path/to/PEMkeyFile #Comment out if SSL is not required
agate:
folders: [/var/lib/agate, /etc/agate]
mongodbs:
names: [agate]
host: localhost
port: 27017
usr: *****
pwd: *****
authenticationDatabase: admin
output: agatedb
# sslPEMKeyFile: /path/to/PEMkeyFile #Comment out if SSL is not required