Gramps: move to new app directory

This commit is contained in:
2025-12-07 16:48:25 +03:00
parent 47ed9c11c1
commit dbd679aa8b
4 changed files with 5 additions and 4 deletions

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