Gramps: move cache to separate dir

This commit is contained in:
2025-12-13 15:40:56 +03:00
parent 841bd38807
commit 08fda17561
3 changed files with 4 additions and 6 deletions

View File

@@ -26,7 +26,3 @@ models:
archive:
includes:
- "{{ data_dir }}"
excludes:
- "{{ (data_dir, 'gramps_cache') | path_join }}"
- "{{ (data_dir, 'gramps_thumb_cache') | path_join }}"
- "{{ (data_dir, 'gramps_tmp') | path_join }}"