Memos: install 0.25
This commit is contained in:
21
files/memos/gobackup.yml.j2
Normal file
21
files/memos/gobackup.yml.j2
Normal 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 }}"
|
||||
Reference in New Issue
Block a user