1
0

Wakapi: install 2.14.0

And transfer data from local
This commit is contained in:
2025-07-01 11:21:05 +03:00
parent 47745b7bc9
commit a72c67f070
7 changed files with 274 additions and 145 deletions

View File

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