computer-playbook/roles/native-pull-remote-backups/Readme.md

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
```