1
0

Wanderer: install 0.18.1

This commit is contained in:
2025-09-12 20:17:33 +03:00
parent 1d5ce38922
commit a1a94d29a8
7 changed files with 397 additions and 142 deletions

View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -eu
set -o pipefail
echo "{{ app_name }}: backup data with gobackups"
(cd "{{ base_dir }}" && gobackup perform --config "{{ gobackup_config }}")
echo "{{ app_name }}: done."