computer-playbook/roles/native-pull-primary-backups
2023-04-15 17:06:10 +02:00
..
files solved pull backup bugs 2023-04-12 20:32:52 +02:00
handlers Implemented server tact 2023-04-15 17:06:10 +02:00
meta Added native-backups-cleanup to roles 2022-03-29 10:49:28 +02:00
tasks Implemented server tact 2023-04-15 17:06:10 +02:00
templates Implemented server tact 2023-04-15 17:06:10 +02:00
vars Optimized backup scripts 2023-04-12 10:36:38 +02:00
README.md Updated pull-remote-backups README.md 2023-04-14 09:38:35 +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