mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-19 23:04:25 +02:00
427 B
427 B
Administration Tasks
Debug Instructions
Live Monitoring
To track what the service is doing, execute one of the following commands:
Using systemctl
watch -n2 "systemctl status sys-bkp-remote-to-local.cymais.service"
Using journalctl
journalctl -fu sys-bkp-remote-to-local.cymais.service
Viewing History
sudo journalctl -u sys-bkp-remote-to-local.cymais.service