computer-playbook/roles/backup-remote-to-local
2024-01-03 12:07:19 +01:00
..
files renamed to backup-remote-to-local 2023-11-16 17:55:54 +01:00
handlers Deactivated autostart of updates after reboot 2023-12-15 00:16:28 +01:00
meta Added user root 2024-01-02 09:11:53 +01:00
tasks Removed buggy variable mapping 2024-01-03 12:07:19 +01:00
templates Implemented system-maintenance-lock and reduced unnecessary complexity 2023-12-16 20:37:40 +01:00
vars solved bug 2023-11-17 23:34:50 +01:00
README.md renamed to backup-remote-to-local 2023-11-16 17:55:54 +01:00

role backup-remote-to-local

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 backup-remote-to-local.service"

journalctl

  journalctl -fu backup-remote-to-local.service

history

  sudo journalctl -u backup-remote-to-local

see