aboutsummaryrefslogtreecommitdiff
path: root/stow/duplicity/.local/share/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'stow/duplicity/.local/share/systemd')
-rw-r--r--stow/duplicity/.local/share/systemd/user/backup.service7
-rw-r--r--stow/duplicity/.local/share/systemd/user/backup.timer9
2 files changed, 0 insertions, 16 deletions
diff --git a/stow/duplicity/.local/share/systemd/user/backup.service b/stow/duplicity/.local/share/systemd/user/backup.service
deleted file mode 100644
index c1adfde..0000000
--- a/stow/duplicity/.local/share/systemd/user/backup.service
+++ /dev/null
@@ -1,7 +0,0 @@
-[Unit]
-Description=Backup with duplicity
-After=network.target
-
-[Service]
-Type=oneshot
-ExecStart=bash ${HOME}/.local/bin/backup
diff --git a/stow/duplicity/.local/share/systemd/user/backup.timer b/stow/duplicity/.local/share/systemd/user/backup.timer
deleted file mode 100644
index b7815d6..0000000
--- a/stow/duplicity/.local/share/systemd/user/backup.timer
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=Run backup every four hours
-
-[Timer]
-OnCalendar=*-*-* 0/4:15
-Persistent=true
-
-[Install]
-WantedBy=timers.target