aboutsummaryrefslogtreecommitdiffstats
path: root/user/cleanup-backup.timer
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-03-25 22:12:56 +0100
committerDavid Runge <dave@sleepmap.de>2015-03-25 22:12:56 +0100
commitd58aa4e9804dea91a4d3d55d40b6e429a87f3e61 (patch)
tree6b5dca89efecf99595d97f491f91a148d157d5ea /user/cleanup-backup.timer
parent878c7a62dd0d9d9733e854684600b3466410399c (diff)
downloadcrypted-backups-d58aa4e9804dea91a4d3d55d40b6e429a87f3e61.tar.gz
crypted-backups-d58aa4e9804dea91a4d3d55d40b6e429a87f3e61.tar.bz2
crypted-backups-d58aa4e9804dea91a4d3d55d40b6e429a87f3e61.tar.xz
crypted-backups-d58aa4e9804dea91a4d3d55d40b6e429a87f3e61.zip
user/cleanup-backup.{service,timer}: Adding cleanup-backup also for user units.
Diffstat (limited to 'user/cleanup-backup.timer')
-rw-r--r--user/cleanup-backup.timer10
1 files changed, 10 insertions, 0 deletions
diff --git a/user/cleanup-backup.timer b/user/cleanup-backup.timer
new file mode 100644
index 0000000..9879312
--- /dev/null
+++ b/user/cleanup-backup.timer
@@ -0,0 +1,10 @@
+[Unit]
+Description=Cleanup backups every 3rd and 18th of each month at 05:00
+
+[Timer]
+# Every 3rd and 18th of each month at 5:00
+OnCalendar=*-*-3,18 05:00
+Persistent=true
+
+[Install]
+WantedBy=timers.target