-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.config
More file actions
44 lines (36 loc) · 815 Bytes
/
example.config
File metadata and controls
44 lines (36 loc) · 815 Bytes
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
<mail>
# backup for mail.example.org (approx: 18 Go)
enabled=1
priority=90
destination=/var/backup/mail.example.org
rotation=0minutes4hours7days4weeks3month0years
host=mail.example.org
remoteuser=root
source /etc
source /usr/local/bin
source /var/lib/cyrus
source /var/lib/mysql
source /var/spool
</mail>
<www>
# backup for www.example.org (aprox: 300 Mo)
enabled=1
priority=100
destination=/var/backup/www.example.org
rotation=0minutes0hours7days4weeks6month0years
host=www.example.org
remoteuser=root
source /etc
source /usr/local/bin
source /var/www
</www>
<ftp>
# backup for ftp.example.org (aprox: 300 Go)
enabled=0
priority=120
destination=/var/backup/ftp.example.org
rotation=0minutes0hours0days4weeks6month0years
host=ftp.example.org
source /etc
source /var/ftp
</ftp>