Memos: exclude media files from gobackup

Backup media files with backup-targets
This commit is contained in:
2025-12-20 11:06:56 +03:00
parent 91c5eab236
commit e3d8479397
2 changed files with 10 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
models:
gramps:
memos:
compress_with:
type: 'tgz'
storages:
@@ -14,8 +14,3 @@ models:
users:
type: sqlite
path: "{{ (data_dir, 'memos_prod.db') | path_join }}"
archive:
includes:
- "{{ data_dir }}"
excludes:
- "{{ (data_dir, '.thumbnail_cache') | path_join }}"