1
0

Gramps: configure backup again

This commit is contained in:
2025-05-05 11:26:54 +03:00
parent c4b0200dc6
commit 8c8657fdd8
3 changed files with 71 additions and 8 deletions

10
files/gramps/backup.sh.j2 Normal file
View File

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