I tried to setup the amazon S3 backup. After entering all informations, miab tells me “OK”, but “Available backups” shows “Backups are turned off.”
If I manually execute management/backup.py
I get the following error:
BackendException: No connection to backend
Traceback (most recent call last):
File "management/backup.py", line 467, in <module>
perform_backup(full_backup)
File "management/backup.py", line 220, in perform_backup
full_backup = full_backup or should_force_full(env)
File "management/backup.py", line 134, in should_force_full
for bak in backup_status(env)["backups"]:
KeyError: 'backups'
This is my user-data/backup/custom.yaml
:
min_age_in_days: 3
target: s3://s3.eu-central-1.amazonaws.com/mybucket/backup
target_pass: mytargetpass
target_user: mytargetuser
Any ideas?
thx, Jan