-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.conf.json
More file actions
29 lines (29 loc) · 797 Bytes
/
Copy pathexample.conf.json
File metadata and controls
29 lines (29 loc) · 797 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
{
"myworkstation":
{
"homedir" : {
"dest_type": "hubic",
"dest_path": "/default/my-homedir",
"bck_path" : "/home/name",
"encryptkey": "ABC123C4",
"passphrase" : "myp4ssphr4s3",
"exclude_dir" : "/home/name/tmp /home/name/var",
"using_rclone" : "yes",
"retention_days" : "1M",
"retention_full" : "1",
"only_sftp_string" : ""
},
"vardir" : {
"dest_type": "gdrive",
"dest_path": "/bck-vardir",
"bck_path" : "/var",
"encryptkey": "ABC123C4",
"passphrase" : "myp4ssphr4s3",
"exclude_dir" : "/var/log /var/mail",
"using_rclone" : "yes",
"retention_days" : "3M",
"retention_full" : "2",
"only_sftp_string" : ""
}
}
}