mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
Updated pull-remote-backups README.md
This commit is contained in:
parent
9a5bc45b77
commit
07bc312ea4
@ -11,12 +11,18 @@ Further information you will find [in this blog post](https://www.veen.world/202
|
|||||||
## debug
|
## debug
|
||||||
|
|
||||||
### live
|
### live
|
||||||
To track what the service is doing execute the following command:
|
To track what the service is doing execute one of the following commands:
|
||||||
|
|
||||||
|
#### systemctl
|
||||||
```bash
|
```bash
|
||||||
watch -n2 "systemctl status pull-remote-backups.service"
|
watch -n2 "systemctl status pull-remote-backups.service"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### journalctl
|
||||||
|
```bash
|
||||||
|
journalctl -fu pull-remote-backups.service
|
||||||
|
```
|
||||||
|
|
||||||
### history
|
### history
|
||||||
```bash
|
```bash
|
||||||
sudo journalctl -u pull-remote-backups
|
sudo journalctl -u pull-remote-backups
|
||||||
|
Loading…
Reference in New Issue
Block a user