From a88e82f0a38f91fbfaeb17376724bc4064b310ae Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Thu, 24 Apr 2025 16:28:20 +0200 Subject: [PATCH] Fetch hostinger backups to local semaphore volume. --- hostinger.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hostinger.yaml b/hostinger.yaml index 39e283f..f893496 100644 --- a/hostinger.yaml +++ b/hostinger.yaml @@ -8,8 +8,15 @@ - name: Include container variables include_vars: vars/hostinger.yaml -- name: Include the docker play +- name: Include the docker backup playbook import_playbook: docker-backup.yaml vars: backup_location: "/media/backup/docker/" containers: containers + +- name: Include the fetch backup playbook + import_playbook: fetch-backup.yaml + vars: + local_backup: "/home/semaphore/backup/" + backup_location: "/media/backup/docker/" + containers: containers