1
0

Memos: install 0.25

This commit is contained in:
2025-11-04 14:10:39 +03:00
parent 57cc639cc8
commit 395203f236
5 changed files with 123 additions and 0 deletions

10
files/memos/backup.sh.j2 Normal file
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."