aboutsummaryrefslogtreecommitdiffstats
path: root/system/backup-mysql.timer
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-04-27 19:09:22 +0200
committerDavid Runge <dave@sleepmap.de>2015-04-27 19:09:22 +0200
commitdce0f43698fa6271234a46d5c6a7cdc7eed33264 (patch)
tree3f25560334300a5dcaf30e3e5215b07492646bea /system/backup-mysql.timer
parent6337a5ff642de5692f17d1010d2a2934b6942a7c (diff)
downloadcrypted-backups-dce0f43698fa6271234a46d5c6a7cdc7eed33264.tar.gz
crypted-backups-dce0f43698fa6271234a46d5c6a7cdc7eed33264.tar.bz2
crypted-backups-dce0f43698fa6271234a46d5c6a7cdc7eed33264.tar.xz
crypted-backups-dce0f43698fa6271234a46d5c6a7cdc7eed33264.zip
Clarifying Description of all units. Generalizing backup-mariadb.* to backup-mysql.*
Diffstat (limited to 'system/backup-mysql.timer')
-rw-r--r--system/backup-mysql.timer10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/backup-mysql.timer b/system/backup-mysql.timer
new file mode 100644
index 0000000..836ee1c
--- /dev/null
+++ b/system/backup-mysql.timer
@@ -0,0 +1,10 @@
+[Unit]
+Description=Backup MySQL databases
+
+[Timer]
+# Every Monday at 3:00
+OnCalendar=Mon *-*-* 03:00
+Persistent=true
+
+[Install]
+WantedBy=timers.target