-
Notifications
You must be signed in to change notification settings - Fork 0
/
example-autobk.ini
73 lines (66 loc) · 944 Bytes
/
example-autobk.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
[Logging]
File = /var/log/autobk/autobk-p.log
MaxSize = 64000
Count = 3
Level = INFO
## Application ##
[Tasks]
SleepDuration = 60
MaintenanceHz = 86400
SchedulingHz = 300
AutoBackupsHz = 900
CallTimeout = 300
[Backups]
# Always use absolute paths with Directory
Directory = /var/autobk/backups
ExpireDays = 30
RetryCount = 4
RetryWait = 3600
CallTimeout = 300
[Database]
# There are no defaults for Pwd
# Host defaults to localhost if not specified
Usr =
Pwd =
DB = AutoBk
Host =
[Extensions]
# Each device type must have a defined extension
APEX = csv
DCM = tgz
CAP = zip
Vista = txt
Inca1 = bak
OneNet = zip
OneNetLog = txt
TC600E = xml
CXCHP = Backup
PSSend = json
Quartet = xcfg
FakeDevice = txt
## Device Modules ##
#[APEX]
#Community = public
#
#[DCM]
#Usr = AutoBk
#Pwd =
#
[CAP]
Usr = AutoBk
Pwd =
#
#[Inca1]
#Usr = admin
#Pwd =
#
#[Vista]
#Usr = root
#Pwd =
#
[OneNet]
Usr = AutoBk
Pwd =
[OneNetLog]
Usr = AutoBk
Pwd =