# https://gobackup.github.io/configuration models: authelia: compress_with: type: 'tgz' storages: local: type: 'local' path: '{{ backups_dir }}' keep: 3 databases: users: type: sqlite path: "{{ (data_dir, 'authelia_storage.sqlite3') | path_join }}"