Shorted cleanup- to cln-

This commit is contained in:
2025-07-09 03:45:02 +02:00
parent 9668e74139
commit f548faa80f
60 changed files with 88 additions and 88 deletions

View File

@@ -17,7 +17,7 @@ Backup Remote to Local is a robust solution for retrieving backup data from remo
- **Remote Backup Retrieval:** Pulls backups from a remote server using secure SSH connections.
- **Incremental Backup with rsync:** Uses rsync with options for archive, backup, and hard linking to efficiently manage changes.
- **Retry Logic:** Implements a retry mechanism to handle transient network issues or remote errors.
- **Integration with Other Roles:** Works alongside roles like bkp-directory-validator, cleanup-failed-docker-backups, generic-timer, bkp-provider, and maint-lock.
- **Integration with Other Roles:** Works alongside roles like bkp-directory-validator, cln-failed-docker-backups, generic-timer, bkp-provider, and maint-lock.
- **Administrative Debugging:** Detailed debug instructions and administrative tasks are provided in a separate file.
## Other Resources

View File

@@ -27,7 +27,7 @@ galaxy_info:
dependencies:
- generic-git
- alert-compose
- cleanup-backups-timer
- cleanup-failed-docker-backups
- cln-backups-timer
- cln-failed-docker-backups
- maint-lock
- user-root

View File

@@ -1,6 +1,6 @@
[Unit]
Description=pull remote backups
OnFailure=alert-compose.cymais@%n.service cleanup-failed-docker-backups.cymais.service
OnFailure=alert-compose.cymais@%n.service cln-failed-docker-backups.cymais.service
[Service]
Type=oneshot