computer-playbook/roles/server_native-backups-consumer
2023-04-26 14:38:02 +02:00
..
files Solved bugs 2023-04-26 12:45:49 +02:00
handlers Implemented deletion of not fully pulled backups 2023-04-25 21:39:44 +02:00
meta Implemented deletion of not fully pulled backups 2023-04-25 21:39:44 +02:00
tasks Implemented deletion of not fully pulled backups 2023-04-25 21:39:44 +02:00
templates Implemented deletion of not fully pulled backups 2023-04-25 21:39:44 +02:00
vars Refactored 2023-04-26 14:38:02 +02:00
README.md Implemented deletion of not fully pulled backups 2023-04-25 21:39:44 +02:00

role server_native-backups-consumer

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 one of the following commands:

systemctl

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

journalctl

  journalctl -fu pull-remote-backups.service

history

  sudo journalctl -u pull-remote-backups

see