mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Renamed backup roles
This commit is contained in:
25
roles/svc-bkp-rmt-2-loc/Administration.md
Normal file
25
roles/svc-bkp-rmt-2-loc/Administration.md
Normal 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 sys-bkp-remote-to-local.cymais.service"
|
||||
```
|
||||
|
||||
#### Using journalctl
|
||||
|
||||
```bash
|
||||
journalctl -fu sys-bkp-remote-to-local.cymais.service
|
||||
```
|
||||
|
||||
### Viewing History
|
||||
|
||||
```bash
|
||||
sudo journalctl -u sys-bkp-remote-to-local.cymais.service
|
||||
```
|
Reference in New Issue
Block a user