diff --git a/borg/.config/systemd/user/borg-prune.service b/borg/.config/systemd/user/borg-prune.service deleted file mode 100644 index afa1a5c..0000000 --- a/borg/.config/systemd/user/borg-prune.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=prune borg snapshots -After=borg-backup.service - -[Service] -Type=oneshot -ExecStart=%h/.bin/borg_prune - -[Install] -WantedBy=multi-user.target diff --git a/borg/.config/systemd/user/borg-prune.timer b/borg/.config/systemd/user/borg-prune.timer deleted file mode 100644 index cccdce7..0000000 --- a/borg/.config/systemd/user/borg-prune.timer +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=prune borg snapshots - -[Timer] -Persistent=true -OnCalendar=daily -Unit=borg-prune.service - -[Install] -WantedBy=timers.target