mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-26 20:09:40 +02:00
Shorted backup- to bkp-
This commit is contained in:
@@ -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.
|
@@ -24,4 +24,4 @@ galaxy_info:
|
||||
dependencies:
|
||||
- alert-compose
|
||||
- maint-lock
|
||||
- backup-directory-validator
|
||||
- bkp-directory-validator
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user