-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfiguration.json.example
More file actions
29 lines (29 loc) · 949 Bytes
/
configuration.json.example
File metadata and controls
29 lines (29 loc) · 949 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
{
"backupSourceBasePath": "zones",
"backupDestination": "192.168.38.134",
"backupDestinationUsername": "root",
"backupDestinationBasePath": "tank",
"backupConfigurationDestinationPath": "tank/configs",
"backupDestinationPrivateKeyPath": "/opt/backup_id_rsa",
"disableHostKeyChecking":true,
"transferStrategy":"mbuffer",
"snapshotIdentifier":"smartcopy",
"mBufferLocalPath":"/opt/smartcopy/bin/mbuffer",
"mBufferRemotePath":"/usr/bin/mbuffer",
"mBufferRemoteBufferSize":"128M",
"mBufferLocalBufferSize":"128M",
"remoteSnapshotLimit":5,
"localSnapshotLimit":2,
"compressionCmd":"bzip2 -c",
"decompressionCmd":"bzcat",
"notificationOrder":"email",
"smtpHostname":"<smtp server>",
"smtpPort":25,
"smtpUsername":"<username>",
"smtpPassword":"<password>",
"smtpFromAddress":"<from address>",
"smtpToAddress":"<to address>",
"logDirectory":"/var/log",
"logVerbosity":"info",
"outputVerbosity":"info"
}