computer-playbook/roles/backup-remote-to-local
..
2023-11-16 17:55:54 +01:00
2024-01-02 09:11:53 +01:00
2024-01-04 13:27:07 +01:00
2024-01-04 13:27:07 +01:00
2023-11-17 23:34:50 +01:00
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