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

15 lines
257 B
Markdown
Raw Normal View History

# role native-pull-remote-backups
2021-01-05 19:40:52 +01:00
## debug
### live
To track what the service is doing execute the following command:
```bash
watch -n2 "systemctl status pull-remote-backups.service"
```
2021-01-05 19:40:52 +01:00
### history
```bash
sudo journalctl -u pull-remote-backups
```