Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Minio backup fails for no reason

    Solved Support minio backups
    16
    0 Votes
    16 Posts
    6k Views
    girishG
    @thibaud I replied to you on support@ but the issue is that there is some long file name. The current rsync+encryption backup has some file name length limitation - https://docs.cloudron.io/backups/#encryption . There is a feature request at https://forum.cloudron.io/topic/3057/consider-improvements-to-the-backup-experience-to-support-long-filenames-directory-names . Run the following command in /home/yellowtent/appsdata to find the large filenames: find . -type f -printf "%f\n" | awk '{ print length(), $0 | "sort -rn" }' | less
  • Configuring Minio for several use cases

    Solved Feature Requests minio
    5
    1 Votes
    5 Posts
    2k Views
    robiR
    @girish said in Configuring Minio for several use cases: @robi said in Configuring Minio for several use cases: Several example configs could be provided which can be swapped out for various use cases (only one install needed) A new config UI could be adapted from OpenVPN Ideally, all this should come from the upstream app (given that it already has a UI). Maybe we can open up a feature request there? I am not sure why their admin ui is so "ignored". The UI is just a browser, and not a configuration system ;-/ We just need to manage our own CLI configs. @girish said in Configuring Minio for several use cases: I pushed changes to allow custom config in new minio release. Thank you!
  • Minio backup configuration fails

    Support backups minio
    4
    1 Votes
    4 Posts
    2k Views
    girishG
    @thibaud Are you able to generate credentials for me to test your minio instance? Maybe just create a test bucket for us. Just send them to support@cloudron.io. I just tried to setup backups to a minio installed on Cloudron and that works fine.
  • 0 Votes
    4 Posts
    1k Views
    girishG
    @seeker Ah, I see. I think you can actually use minio for this because it looks like you just want file storage? All the standard S3 modules will work with minio and it's very easy to integrate.