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

24 lines
599 B
Markdown
Raw Normal View History

# role native-pull-remote-backups
2021-01-10 20:35:37 +01:00
## goal
This script allows to pull backups from a remote server.
## scheme
It is part of the following scheme:
![backup scheme](https://www.veen.world/wp-content/uploads/2020/12/server-backup-768x567.jpg) <br />
Further information you will find [in this blog post](https://www.veen.world/2020/12/26/how-i-backup-dedicated-root-servers/).
2021-01-05 19:40:52 +01:00
## debug
2021-01-10 20:35:37 +01:00
2021-01-05 19:40:52 +01:00
### 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
```