mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-01-26 16:54:00 +01:00
15 lines
257 B
Markdown
15 lines
257 B
Markdown
# role native-pull-remote-backups
|
|
|
|
## debug
|
|
### live
|
|
To track what the service is doing execute the following command:
|
|
|
|
```bash
|
|
watch -n2 "systemctl status pull-remote-backups.service"
|
|
```
|
|
|
|
### history
|
|
```bash
|
|
sudo journalctl -u pull-remote-backups
|
|
```
|