computer-playbook/roles/server_native-pull-primary-backups
2023-04-18 14:52:43 +02:00
..
files Merged client playbook and server playbook 2023-04-18 14:52:43 +02:00
handlers Merged client playbook and server playbook 2023-04-18 14:52:43 +02:00
meta Merged client playbook and server playbook 2023-04-18 14:52:43 +02:00
tasks Merged client playbook and server playbook 2023-04-18 14:52:43 +02:00
templates Merged client playbook and server playbook 2023-04-18 14:52:43 +02:00
vars Merged client playbook and server playbook 2023-04-18 14:52:43 +02:00
README.md Merged client playbook and server playbook 2023-04-18 14:52:43 +02:00

role native-pull-primary-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 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