aboutsummaryrefslogtreecommitdiffstats
path: root/user.cfg
blob: 5dcc22e3b864b67291b712a43b57f198f157bd78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[general]
rootdir=/home
dirssingle="user1 user2 user3"
backupdirsingle=users
[/general]
[user1]
#daily backup with 3 old versions
rotate=3
time=1
monthly=no
[/user1]
[user2]
#daily incremental backup
rotate=inc
time=1
monthly=no
[/user2]
[user3]
#weekly backup with 3 old versions
rotate=3
time=7
monthly=no
[/user3]