Resticpy issue while storing data on dell object storage

Restic version 0.13

we are using resticpy wrapper to take backup using python script but when we are initialing getting below error.

Fatal: create key in repository at s3:https://abc.xyz.net/backup-db/abc/folder1/ failed: client.PutObject: Could not determine namespace from anonymous request. Please use a namespace BaseURL or include an x-emc-namespace header

Getting this error while restic.init()

Maybe try something like…

export RESTIC_REPOSITORY=“s3:https://your-namespace.abc.xyz.net/backup-db/abc/folder1/
export AWS_ACCESS_KEY_ID=“your-access-key”
export AWS_SECRET_ACCESS_KEY=“your-secret-key”

restic init

Otherwise… we’re gonna probably need a lot more information to troubleshoot lol

1 Like