aboutsummaryrefslogtreecommitdiffstats
path: root/system/backup-aura-states.timer
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-03-20 00:48:54 +0100
committerDavid Runge <dave@sleepmap.de>2015-03-20 00:48:54 +0100
commit65c247e5bb7793923fddef413a6e4b882e87a304 (patch)
tree770957cb1f57c62528f2528151aa8d1b13b6d79b /system/backup-aura-states.timer
parent4025a15bafb4c773669797cb44384c1af1f1651e (diff)
downloadcrypted-backups-65c247e5bb7793923fddef413a6e4b882e87a304.tar.gz
crypted-backups-65c247e5bb7793923fddef413a6e4b882e87a304.tar.bz2
crypted-backups-65c247e5bb7793923fddef413a6e4b882e87a304.tar.xz
crypted-backups-65c247e5bb7793923fddef413a6e4b882e87a304.zip
backup-aura-states: Adding first version of backup-aura-states script, service and timer.
Diffstat (limited to 'system/backup-aura-states.timer')
-rw-r--r--system/backup-aura-states.timer10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/backup-aura-states.timer b/system/backup-aura-states.timer
new file mode 100644
index 0000000..aed709d
--- /dev/null
+++ b/system/backup-aura-states.timer
@@ -0,0 +1,10 @@
+[Unit]
+Description=Backup aura states every Monday
+
+[Timer]
+# Every Monday
+OnCalendar=Mon *-*-* 05:00
+Persistent=true
+
+[Install]
+WantedBy=timers.target