computer-playbook/roles/cleanup-failed-docker-backups
2023-12-18 12:20:05 +01:00
..
handlers Added time trigger to clean up failed docker images at noon 2023-12-18 12:20:05 +01:00
meta Implemented system-maintenance-lock and reduced unnecessary complexity 2023-12-16 20:37:40 +01:00
tasks Added time trigger to clean up failed docker images at noon 2023-12-18 12:20:05 +01:00
templates Added time trigger to clean up failed docker images at noon 2023-12-18 12:20:05 +01:00
vars optimized variable names 2023-11-17 12:35:39 +01:00
README.md Renamed to backup and cleanup roles 2023-11-16 17:07:28 +01:00

Docker Volume Backup Cleanup

This script cleans up failed docker backups. It uses https://github.com/kevinveenbirkenbach/cleanup-failed-docker-backups as base.