summaryrefslogtreecommitdiffstats
path: root/modules/partofme/templates/duplicati-partofme-cloud.json
blob: 64d292155a51947fc434aef845d438f97dc1a95b (plain) (blame)
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
73
74
75
{
  "CreatedByVersion": "2.0.4.4",
  "Schedule": {
    "ID": 2,
    "Tags": [
      "ID=5"
    ],
    "Time": "2018-11-19T18:00:00Z",
    "Repeat": "1D",
    "LastRun": "0001-01-01T05:00:00Z",
    "Rule": "AllowedWeekDays=Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday",
    "AllowedDays": [
      "mon",
      "tue",
      "wed",
      "thu",
      "fri",
      "sat",
      "sun"
    ]
  },
  "Backup": {
    "ID": "5",
    "Name": "partofme-cloud",
    "Description": "",
    "Tags": [],
    "TargetURL": "<%= @cloud_url %>",
    "DBPath": "/root/.config/Duplicati/80677580908767887373.sqlite",
    "Sources": [
      "/media/persistent/crypt/",
      "/media/persistent/media/",
      "/media/persistent/systems/"
    ],
    "Settings": [
      {
        "Filter": "",
        "Name": "encryption-module",
        "Value": "aes",
        "Argument": null
      },
      {
        "Filter": "",
        "Name": "compression-module",
        "Value": "zip",
        "Argument": null
      },
      {
        "Filter": "",
        "Name": "dblock-size",
        "Value": "50mb",
        "Argument": null
      },
      {
        "Filter": "",
        "Name": "passphrase",
        "Value": "<%= @cloud_encrypt_passphrase %>",
        "Argument": null
      },
      {
        "Filter": "",
        "Name": "retention-policy",
        "Value": "1W:1D,4W:1W,12M:1M",
        "Argument": null
      }
    ],
    "Filters": [],
    "Metadata": {},
    "IsTemporary": false
  },
  "DisplayNames": {
    "/media/persistent/crypt/": "crypt",
    "/media/persistent/media/": "media",
    "/media/persistent/systems/": "systems"
  }
}