mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
8 lines
173 B
Markdown
8 lines
173 B
Markdown
|
# role native-pull-remote-backups
|
||
|
|
||
|
To track what the service is doing execute the following command:
|
||
|
|
||
|
```bash
|
||
|
watch -n2 "systemctl status pull-remote-backups.service"
|
||
|
```
|