8efab2002f
Not according to convention, but it reads better.
17 lines
307 B
YAML
17 lines
307 B
YAML
# 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 }}"
|