# 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 }}"