Implemented cleanup procedure for failed backups

This commit is contained in:
2023-11-04 14:36:55 +01:00
parent 1a02d833a6
commit 64d8098612
12 changed files with 44 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
- name: "reload docker-volume-backup-cleanup.service daemon"
systemd:
name: docker-volume-backup-cleanup.service
enabled: yes
daemon_reload: yes