Hi all. I have a nextcloud install setup using Minio to store the files locally in a bucket. At the moment I just backup the whole data volume that contains the minio bucket as if it were normal files, but it would be nice to mirror my actual bucket to Backblaze, given that it works very similarly.

However when I tried to set up bucket replication in Minio, it said that the Backblaze bucket didn’t exist even tho it did, so I assume something is missing.

Did anyone manage to set up Minio to B2 replication for backup?

  • @filister
    link
    English
    -17 months ago

    Try to ping the endpoint URL from your instance where minio is residing, seems to me like a network connectivity issue. Check the ports and configuration of the replication.

    • @[email protected]OP
      link
      fedilink
      English
      27 months ago

      Just in case we misunderstood each other. I have executed the minio client inside my minio container deployment. So the network connectivity is exactly the same given that they are inside the same container.

      • @filister
        link
        English
        -17 months ago

        In that case I don’t know, try some forums, check the minio logs, ask ChatGPT, etc.