computer-playbook/roles/native-pull-remote-backups
2021-01-11 14:14:36 +01:00
..
files Implemented working secure backup 2021-01-11 14:14:36 +01:00
handlers Added daemon_reload: yes for multiple handlers 2020-12-29 11:40:13 +01:00
meta Implemented systemd-email.service for native-pull-remote-backups 2021-01-05 18:17:04 +01:00
tasks implemented new remote backup solution 2021-01-10 20:35:37 +01:00
templates Implemented working secure backup 2021-01-11 14:14:36 +01:00
Readme.md Implemented working secure backup 2021-01-11 14:14:36 +01:00

role native-pull-remote-backups

goal

This script allows to pull backups from a remote server.

scheme

It is part of the following scheme: backup scheme
Further information you will find in this blog post.

debug

live

To track what the service is doing execute the following command:

  watch -n2 "systemctl status pull-remote-backups.service"

history

  sudo journalctl -u pull-remote-backups

see