Optimized svc-bkp-rmt-2-loc and moved conf into role config

This commit is contained in:
2025-07-15 17:25:19 +02:00
parent 8ac88475d5
commit 4627d9031c
9 changed files with 13 additions and 11 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-remote-to-local.cymais.service"
watch -n2 "systemctl status sys-bkp-rmt-2-loc.cymais.service"
```
#### Using journalctl
```bash
journalctl -fu sys-bkp-remote-to-local.cymais.service
journalctl -fu sys-bkp-rmt-2-loc.cymais.service
```
### Viewing History
```bash
sudo journalctl -u sys-bkp-remote-to-local.cymais.service
sudo journalctl -u sys-bkp-rmt-2-loc.cymais.service
```