aboutsummaryrefslogtreecommitdiffstats
path: root/system/backup-mail.timer
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-03-20 01:02:04 +0100
committerDavid Runge <dave@sleepmap.de>2015-03-20 01:02:04 +0100
commitc10efa7645f9f135b0a8513eeb69cb9d162d1728 (patch)
tree2d8768103e4cfbb84512e78570fd60fa5d689a53 /system/backup-mail.timer
parenta7b06bdff0d67ad640074e3760dcc5b667b64663 (diff)
downloadcrypted-backups-c10efa7645f9f135b0a8513eeb69cb9d162d1728.tar.gz
crypted-backups-c10efa7645f9f135b0a8513eeb69cb9d162d1728.tar.bz2
crypted-backups-c10efa7645f9f135b0a8513eeb69cb9d162d1728.tar.xz
crypted-backups-c10efa7645f9f135b0a8513eeb69cb9d162d1728.zip
backup-mail: Adding first version of backup-mail script, service and timer.
Diffstat (limited to 'system/backup-mail.timer')
-rw-r--r--system/backup-mail.timer10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/backup-mail.timer b/system/backup-mail.timer
new file mode 100644
index 0000000..22367df
--- /dev/null
+++ b/system/backup-mail.timer
@@ -0,0 +1,10 @@
+[Unit]
+Description=Backup mail and mailman every first day of the month
+
+[Timer]
+# Every 1st of each month at 5:00
+OnCalendar=*-*-1 05:00
+Persistent=true
+
+[Install]
+WantedBy=timers.target