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

@@ -0,0 +1,25 @@
# Administration Tasks
## Debug Instructions
### Live Monitoring
To track what the service is doing, execute one of the following commands:
#### Using systemctl
```bash
watch -n2 "systemctl status bkp-remote-to-local.cymais.service"
```
#### Using journalctl
```bash
journalctl -fu bkp-remote-to-local.cymais.service
```
### Viewing History
```bash
sudo journalctl -u bkp-remote-to-local.cymais.service
```