Renamed cymais to infinito and did some other optimations and logout implementations

This commit is contained in:
2025-07-29 16:35:42 +02:00
parent a9e7ed3605
commit 44e0fea0b2
499 changed files with 1740 additions and 1587 deletions

View File

@@ -9,17 +9,17 @@ To track what the service is doing, execute one of the following commands:
#### Using systemctl
```bash
watch -n2 "systemctl status sys-bkp-rmt-2-loc.cymais.service"
watch -n2 "systemctl status sys-bkp-rmt-2-loc.infinito.service"
```
#### Using journalctl
```bash
journalctl -fu sys-bkp-rmt-2-loc.cymais.service
journalctl -fu sys-bkp-rmt-2-loc.infinito.service
```
### Viewing History
```bash
sudo journalctl -u sys-bkp-rmt-2-loc.cymais.service
sudo journalctl -u sys-bkp-rmt-2-loc.infinito.service
```

View File

@@ -1,4 +1,4 @@
- name: "reload svc-bkp-rmt-2-loc service"
systemd:
name: svc-bkp-rmt-2-loc.cymais.service
name: svc-bkp-rmt-2-loc.infinito.service
daemon_reload: yes

View File

@@ -3,7 +3,7 @@
galaxy_info:
author: "Kevin Veen-Birkenbach"
description: "Pulls backups from a remote server and stores them locally using rsync with retry logic. This role is part of a comprehensive backup scheme and works in conjunction with other roles to ensure reliable backup operations."
license: "CyMaIS NonCommercial License (CNCL)"
license: "Infinito.Nexus NonCommercial License (CNCL)"
license_url: "https://s.veen.world/cncl"
company: |
Kevin Veen-Birkenbach
@@ -21,9 +21,9 @@ galaxy_info:
- docker
- systemd
- automation
repository: "https://s.veen.world/cymais"
issue_tracker_url: "https://s.veen.world/cymaisissues"
documentation: "https://s.veen.world/cymais"
repository: "https://github.com/kevinveenbirkenbach/infinito-nexus"
issue_tracker_url: "https://github.com/kevinveenbirkenbach/infinito-nexus/issues"
documentation: "https://docs.infinito.nexus"
dependencies:
- dev-git
- sys-alm-compose

View File

@@ -10,10 +10,10 @@
dest: "{{docker_backup_remote_to_local_folder}}svc-bkp-rmt-2-loc.sh"
mode: 0755
- name: create svc-bkp-rmt-2-loc.cymais.service
- name: create svc-bkp-rmt-2-loc.infinito.service
template:
src: svc-bkp-rmt-2-loc.service.j2
dest: /etc/systemd/system/svc-bkp-rmt-2-loc.cymais.service
dest: /etc/systemd/system/svc-bkp-rmt-2-loc.infinito.service
notify: reload svc-bkp-rmt-2-loc service
- name: create sys-bkp-rmt-2-loc-multi-provider.sh

View File

@@ -1,6 +1,6 @@
[Unit]
Description=pull remote backups
OnFailure=sys-alm-compose.cymais@%n.service sys-cln-faild-bkps.cymais.service
OnFailure=sys-alm-compose.infinito@%n.service sys-cln-faild-bkps.infinito.service
[Service]
Type=oneshot