nixys / nxs-backup

The tool for creating, delivering and rotating backups for GNU/Linux distributions.
https://nxs-backup.io
Apache License 2.0
256 stars 13 forks source link

Problems connecting nxs-backup to backblaze #98

Open PavelAlsaev opened 2 weeks ago

PavelAlsaev commented 2 weeks ago

Hello,

I've connected nxs-backup to Backblaze, but I'm encountering an issue where nxs-backup sends my backups to storage but doesn’t delete them: ERROR [2024-10-30 10:24:36.926][mysql8](s3_store) Error detected during single object deletion: 'not entitled'

The access key has permissions to delete files.

I assumed Backblaze might not allow batch deletion in a single request, so I set batch_deletion: false in nxs-backup.conf, but it didn’t help.

I also set loglevel: debug to capture all logs, but even with this level of logging, nothing changed: ERROR [2024-10-30 12:10:27.977][mysql8](s3_store) Error detected during single object deletion: 'not entitled'

I've also tried regenerating the key, but that didn’t resolve the issue either.

Could you advise on how I might fix this?