This doesn't work. The repo must be initialized beforehand which is going to require a bunch of setup
22 lines
537 B
Django/Jinja
22 lines
537 B
Django/Jinja
{
|
|
"storage": {
|
|
"type": "b2",
|
|
"config": {
|
|
"bucket": "desultd-kopia",
|
|
"keyID": "{{ backup_kopia_access_key_id }}",
|
|
"key": "{{ backup_kopia_secret_access_key }}"
|
|
}
|
|
},
|
|
"caching": {
|
|
"cacheDirectory": "/app/cache/cachedir",
|
|
"maxCacheSize": 5242880000,
|
|
"maxMetadataCacheSize": 5242880000,
|
|
"maxListCacheDuration": 30
|
|
},
|
|
"hostname": "{{ inventory_hostname }}",
|
|
"username": "salt",
|
|
"description": "Desu LTD Backups",
|
|
"enableActions": false,
|
|
"formatBlobCacheDuration": 900000000000
|
|
}
|