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


Skip to content
  • 1 Votes
    3 Posts
    471 Views
    archosA
    @nebulon Thank you for your response. Yes, it seems the issue is indeed with hardlinks. I have them enabled. I will try to wait for the Cloudron update, or I might consider using Borg for backups to the Storage Box. That should probably resolve the issue. Another option is using rsync with the -H switch, but I haven't tested it yet. Thank you very much for your help.
  • Any experiences with IONOS S3 space for backup?

    Moved Discuss ionos backups
    4
    1 Votes
    4 Posts
    667 Views
    girishG
    @dsp76 thanks, will adjust the code accordingly. https://docs.ionos.com/cloud/managed-services/s3-object-storage/endpoints says it is a "contract owned" endpoint and it's the future
  • Backup settings

    Moved Discuss backups
    2
    1 Votes
    2 Posts
    346 Views
    girishG
    @ekevu123 said in Backup settings: which blogs installing and updating other apps, and sometimes I need that A fix for this is coming. Backup had a global lock which is being removed. As for the bigger question, there is no clear answer. Backups take time, it is supposed to be something in the background and taking less resources. Not something actively monitored. Even in AWS and DO where they have complete control of their servers, if you take a snapshot of a 100GB machine, it takes a LONG time - they suggest 1 to 3 minutes per GB . It just the way it is. (240GB is worst case 720 mins or 12 hours where they have complete control of disk and server).
  • 1 Votes
    5 Posts
    771 Views
    timconsidineT
    @ekevu123 there are other posts suggesting more options in performing backups. Might be worth doing a search. This sounds a duplicate. Doesn’t mean it’s not worthwhile. Just clarifying.
  • No support for simply uploading a backup through the web ui?

    Solved Support backups restore
    7
    1 Votes
    7 Posts
    1k Views
    girishG
    @philkunz said in No support for simply uploading a backup through the web ui?: Ok got it. Is there a particular reason, why a simple upload through the webui is not supported? In some ways, this can be considered a security issue. If we had some bug in Cloudron code, then one can import/delete your existing data in the app. This is also why we don't allow deleting backups via the web ui. But (atleast I) have come around to this a bit. Maybe this can be considered a usability issue. We just need to figure out some safety hatch when user uploading a backup (maybe require 2fa, reenter password etc).
  • Backuptask crashing after 8.0 update

    Solved Support backups cifs
    13
    1 Votes
    13 Posts
    2k Views
    girishG
    Unfortunately, we ended up breaking https://forum.cloudron.io/topic/11993/backuptask-crashing-after-8-0-update . But yeah, overall the fix is good.
  • Backup failed ERR_CHILD_PROCESS_STDIO_MAXBUFFER

    Solved Support backups
    8
    1 Votes
    8 Posts
    1k Views
    girishG
    The issue here had to do with something in JupyterHub container creating a massive number of folders recursively. Think 300k folders or something. Nuking all that stuff, made backups work again.
  • Clone backup into different app

    Solved Support backups clone
    2
    0 Votes
    2 Posts
    465 Views
    girishG
    This is not possible, no. The structure of data of both the apps are quite different. Also, when you backup Cloudron apps, the code is not part of the backup. LAMP app is sort of a special case here since the code is part of the "data" and part of backup . You should be able to migrate it manually though. Import database and copy over the needed files.
  • Recommended settings for backup

    Feature Requests backups
    3
    1 Votes
    3 Posts
    569 Views
    E
    Well, I thought you would say that. But how about at least make some suitable limits? E.g. the memory limit shouldn't be higher than what I can afford based on my usage. Also, if I can only upload up to three parts simultaneously that require as much memory, why can the memory limit and the upload part size differ? Wouldn't it make more sense to have one setting for both?
  • 7 Votes
    3 Posts
    429 Views
    L
    @ChristopherMag Wow, what a great story, with a happy ending, too! Thank you for taking the time to tell us the tale.
  • 1 Votes
    4 Posts
    1k Views
    jamesJ
    Closed due to inactivity
  • sudo: unable to resolve host Cloudron: Name or service not known

    Solved Support ssh backups
    3
    0 Votes
    3 Posts
    522 Views
    R
    @girish got it, thanks
  • Bunny Storage for Backups

    Moved Feature Requests backups bunny
    4
    1 Votes
    4 Posts
    764 Views
    jdaviescoatesJ
    @girish said in Bunny Storage for Backups: BTW, looks like they said S3 support is coming 2 years ago - https://bunny.net/blog/introducing-edge-storage-sftp-support-s3-next/ There is also a bit of an update here https://bunny.net/blog/whats-happening-with-s3-compatibility/
  • 4 Votes
    3 Posts
    490 Views
    humptydumptyH
    CR 9 (or earlier?) will have multi-backup destinations which might do what you're looking for without having to go thru a VPN and all that mess. But, have you seen the new VPN app? https://forum.cloudron.io/category/20/vpn
  • 1 Votes
    21 Posts
    1k Views
    D
    @girish Thank you very much !
  • Frequent Backup errors

    Solved Support backups
    2
    0 Votes
    2 Posts
    357 Views
    girishG
    @mic-testing-123 We have replied from there asking for more info. (specifically the backup backend and the backup logs).
  • 1 Votes
    6 Posts
    1k Views
    girishG
    @DualOSWinWiz yes, correct. This looks like some kernel related issue or some missing ubuntu package. Can you try to make the NFS mounting work with just the CLI . This will remove Cloudron out of the equation. I think it is possible some missing package or miscompiled kernel.
  • Backuptask crashes repeatedly

    Unsolved Support backups
    8
    1 Votes
    8 Posts
    1k Views
    E
    I can now say safely that the backuptask crashes while working with Immich. Maybe I should choose different setting? I switched to Backblaze recently and I am currently using rsync. Maybe there is a way to do this more efficiently considering that there are so many files to upload? I was assuming rsync might be more efficient than a tarball because it only syncs the changes, but I might be wrong?
  • Issue with Lengthy and Failing Updates

    Solved Support backups idrivee2
    27
    1 Votes
    27 Posts
    1k Views
    jamesJ
    Closed due to inactivity Note: A lot has changed for backups and will change even further with Cloudron 9. If this issue persists please reopen this as a new issue.
  • Issue with backing up using Minio

    Solved Support backups minio
    5
    1
    0 Votes
    5 Posts
    778 Views
    girishG
    @TheMoodBoardz Does it fail with tgz format also? Not sure how to debug this since it is just crashing with no real logs. If you reach out at support@cloudron.io , we can debug further.