Could support backup to minio?

General discussions around KeyHelp.
Post Reply
akong77
KeyHelp Translator
Posts: 65
Joined: Mon 2. Aug 2021, 07:39

Could support backup to minio?

Post 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.
RikkerdNL
Posts: 15
Joined: Mon 27. May 2024, 10:05

Re: Could support backup to minio?

Post by RikkerdNL »

Maybe you are blocking something with the firewall? I tested with iDrive free 10GB, and it is working great.
amily22
Posts: 2
Joined: Mon 28. Apr 2025, 15:05

Re: Could support backup to minio?

Post 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!
Discover the secret to clearer skin with axis y dark spot serum — my go-to for brighter, even-toned results!
Post Reply