How to create repository on Swiss Backup (done)

I used sftp and it didn’t work for some reason, so I used S3 instead

But I kept getting this error : “Endpoint url cannot have fully qualified paths.

This is because in endpoint argument you must ERASE https://, so it gives :
endpoint=s3.swiss-backup03.infomaniak.com

Then the field bucket must be filled like this : “bucket=default”

So at the end the command is :

kopia repository create s3 \
        --bucket=default \
        --access-key=************************ \
        --secret-access-key=******************************* \
        --endpoint=s3.swiss-backup03.infomaniak.com

3 hours to make it works, that’s why I wrote this post to help…

Have fun :3