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

View File

@@ -0,0 +1,21 @@
# https://gobackup.github.io/configuration
models:
gramps:
compress_with:
type: 'tgz'
storages:
local:
type: 'local'
path: '{{ backups_dir }}'
keep: 3
databases:
users:
type: sqlite
path: "{{ (data_dir, 'memos_prod.db') | path_join }}"
archive:
includes:
- "{{ data_dir }}"
excludes:
- "{{ (data_dir, '.thumbnail_cache') | path_join }}"