summaryrefslogtreecommitdiffstats
path: root/modules/mail
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-02-23 19:45:01 -0500
committerJesse Luehrs <doy@tozt.net>2019-02-23 19:45:01 -0500
commit15e3e0dae765d4ac04182fd180f39518b1bd5c70 (patch)
tree55f4bd6461bc5baf17e57b5cea48ca733f3181a7 /modules/mail
parentd49c0e7479603b63ea2f786cf8d1eb4a9e231fda (diff)
downloadpuppet-tozt-15e3e0dae765d4ac04182fd180f39518b1bd5c70.tar.gz
puppet-tozt-15e3e0dae765d4ac04182fd180f39518b1bd5c70.zip
fix up some duplicati config
Diffstat (limited to 'modules/mail')
-rw-r--r--modules/mail/templates/duplicati-mail.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/mail/templates/duplicati-mail.json b/modules/mail/templates/duplicati-mail.json
index 52772b2..f7140f9 100644
--- a/modules/mail/templates/duplicati-mail.json
+++ b/modules/mail/templates/duplicati-mail.json
@@ -21,11 +21,11 @@
},
"Backup": {
"ID": "1",
- "Name": "tozt",
+ "Name": "mail",
"Description": "",
"Tags": [],
"TargetURL": "<%= @url %>",
- "DBPath": "/media/persistent/Duplicati/69858066716783826969.sqlite",
+ "DBPath": "/media/persistent/Duplicati/mail.sqlite",
"Sources": [
"/media/persistent/",
"/home/",
@@ -67,7 +67,7 @@
{
"Order": 0,
"Include": false,
- "Expression": "/media/persistent/duplicati/"
+ "Expression": "/media/persistent/Duplicati/"
}
],
"Metadata": {},