Shorted backup- to bkp-

This commit is contained in:
2025-07-09 03:36:44 +02:00
parent d0bd33fee3
commit 9668e74139
56 changed files with 89 additions and 89 deletions

View File

@@ -10,7 +10,7 @@ Optimized for backup maintenance, this role:
- Clones the cleanup-failed-docker-backups repository.
- Configures a systemd service to run the cleanup script.
- Integrates with the [generic-timer](../generic-timer/README.md) role to schedule periodic cleanup.
- Works in conjunction with the backup-directory-validator role for additional verification.
- Works in conjunction with the bkp-directory-validator role for additional verification.
## Purpose
@@ -21,4 +21,4 @@ The primary purpose of this role is to remove failed Docker backups automaticall
- **Repository Cloning:** Retrieves the latest cleanup scripts from a Git repository.
- **Service Configuration:** Sets up a systemd service to run the cleanup tasks.
- **Timer Integration:** Schedules periodic cleanup through a systemd timer.
- **Dependency Integration:** Works with backup-directory-validator to enhance backup integrity.
- **Dependency Integration:** Works with bkp-directory-validator to enhance backup integrity.

View File

@@ -24,4 +24,4 @@ galaxy_info:
dependencies:
- alert-compose
- maint-lock
- backup-directory-validator
- bkp-directory-validator

View File

@@ -5,7 +5,7 @@
package_name: cleanup-failed-docker-backups
when: run_once_cleanup_failed_docker_backups is not defined
- name: Retrieve backup-docker-to-local path from pkgmgr
- name: Retrieve bkp-docker-to-local path from pkgmgr
command: pkgmgr path cleanup-failed-docker-backups
register: pkgmgr_output
changed_when: false