aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-03-20 01:00:13 +0100
committerDavid Runge <dave@sleepmap.de>2015-03-20 01:00:13 +0100
commita7b06bdff0d67ad640074e3760dcc5b667b64663 (patch)
treef4ea898034c6b610e8505615ef481365fb8eaf32 /system
parent1bbe8fe9d4bd4f91bdd93b0350dfae1a68621dc9 (diff)
downloadcrypted-backups-a7b06bdff0d67ad640074e3760dcc5b667b64663.tar.gz
crypted-backups-a7b06bdff0d67ad640074e3760dcc5b667b64663.tar.bz2
crypted-backups-a7b06bdff0d67ad640074e3760dcc5b667b64663.tar.xz
crypted-backups-a7b06bdff0d67ad640074e3760dcc5b667b64663.zip
backup-git: Adding first version of backup-git script, service and timer.
Diffstat (limited to 'system')
-rw-r--r--system/backup-git.service11
-rw-r--r--system/backup-git.timer10
2 files changed, 21 insertions, 0 deletions
diff --git a/system/backup-git.service b/system/backup-git.service
new file mode 100644
index 0000000..8a9a72f
--- /dev/null
+++ b/system/backup-git.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Backup git repositories directory
+ConditionFileIsExecutable=/usr/lib/systemd/scripts/backup-git
+
+[Service]
+EnvironmentFile=/etc/backup-settings
+Nice=19
+IOSchedulingClass=2
+IOSchedulingPriority=7
+ExecStart=/usr/lib/systemd/scripts/backup-git
+
diff --git a/system/backup-git.timer b/system/backup-git.timer
new file mode 100644
index 0000000..337ef42
--- /dev/null
+++ b/system/backup-git.timer
@@ -0,0 +1,10 @@
+[Unit]
+Description=Backup git repositories every Monday
+
+[Timer]
+# Every Monday
+OnCalendar=Mon *-*-* 06:00
+Persistent=true
+
+[Install]
+WantedBy=timers.target