Page 1 of 1

Could support backup to minio?

Posted: Thu 17. Apr 2025, 16:10
by akong77
Hello,
I want backup keyhelp to my minio server.But it's always show timeout.
My setup like follow
type = s3
provider = Minio
access_key_id = ************
secret_access_key = *********************
endpoint = https://st1.****.***.***:9000

I don't know path how to setup.My minio buckets name is keyhelp.

Re: Could support backup to minio?

Posted: Wed 23. Apr 2025, 08:56
by RikkerdNL
Maybe you are blocking something with the firewall? I tested with iDrive free 10GB, and it is working great.

Re: Could support backup to minio?

Posted: Fri 9. May 2025, 10:02
by amily22
Hey!
Timeout usually means it's not reaching the MinIO server properly. A few things to double-check:

Is your MinIO endpoint reachable from the KeyHelp server? Try a simple curl to https://st1.***:9000 from that machine.

Make sure the SSL certificate is valid—or try using http:// temporarily (for testing only) if you're using self-signed certs.

For the path, try setting it like:
path = keyhelp/
or just leave it empty if you’re backing up to the root of the bucket.

Also, don’t forget to check if your user has write permissions to the keyhelp bucket.

Let us know what error logs say—might help pinpoint it better. Good luck!