remove borg prune service and timer

This commit is contained in:
2020-06-11 21:22:44 +02:00
parent 28ad0db799
commit 616a725aae
2 changed files with 0 additions and 20 deletions

View File

@@ -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

View File

@@ -1,10 +0,0 @@
[Unit]
Description=prune borg snapshots
[Timer]
Persistent=true
OnCalendar=daily
Unit=borg-prune.service
[Install]
WantedBy=timers.target