aboutsummaryrefslogtreecommitdiff
path: root/SystemD/.config/systemd/user
diff options
context:
space:
mode:
Diffstat (limited to 'SystemD/.config/systemd/user')
-rw-r--r--SystemD/.config/systemd/user/backup.service2
-rw-r--r--SystemD/.config/systemd/user/backup.timer1
2 files changed, 2 insertions, 1 deletions
diff --git a/SystemD/.config/systemd/user/backup.service b/SystemD/.config/systemd/user/backup.service
index d3bb8ed..0b44727 100644
--- a/SystemD/.config/systemd/user/backup.service
+++ b/SystemD/.config/systemd/user/backup.service
@@ -3,4 +3,4 @@ Description=Taking backup
[Service]
Type=simple
-ExecStart=/usr/bin/rsync -a --delete --quiet /home/oreo /media/hdd/backup
+ExecStart=%h/.local/scripts/do_backup
diff --git a/SystemD/.config/systemd/user/backup.timer b/SystemD/.config/systemd/user/backup.timer
index 2ddee9d..bf44b99 100644
--- a/SystemD/.config/systemd/user/backup.timer
+++ b/SystemD/.config/systemd/user/backup.timer
@@ -4,6 +4,7 @@ Description=Run backup weekly
[Timer]
OnBootSec=15min
OnUnitActiveSec=1w
+Unit=backup.service
[Install]
WantedBy=timers.target