computer-playbook/roles/backups-consumer
2023-09-02 13:13:28 +02:00
..
files Refactored native- 2023-09-02 13:13:28 +02:00
handlers Refactored native- 2023-09-02 13:13:28 +02:00
meta Refactored native- 2023-09-02 13:13:28 +02:00
tasks Refactored native- 2023-09-02 13:13:28 +02:00
templates Refactored native- 2023-09-02 13:13:28 +02:00
vars Refactored native- 2023-09-02 13:13:28 +02:00
README.md Refactored native- 2023-09-02 13:13:28 +02:00

role 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