computer-playbook/roles/backup-remote-to-local
Kevin Veen-Birkenbach ef8a0925b6 Optimized handlers and variable names 2024-01-10 23:36:18 +01:00
..
files renamed to backup-remote-to-local 2023-11-16 17:55:54 +01:00
handlers Finished storage-optimizer draft 2024-01-10 12:13:38 +01:00
meta Added user root 2024-01-02 09:11:53 +01:00
tasks Added .cymais.service suffix to make cymais files more visible 2024-01-10 11:18:38 +01:00
templates Optimized handlers and variable names 2024-01-10 23:36:18 +01:00
vars solved bug 2023-11-17 23:34:50 +01:00
README.md Added .cymais.service suffix to make cymais files more visible 2024-01-10 11:18:38 +01:00

README.md

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.cymais.service"

journalctl

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

history

  sudo journalctl -u backup-remote-to-local

see