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


Skip to content
  • Discourse Backup Failed

    Moved Solved Discourse backup discourse error postgresql
    3
    0 Votes
    3 Posts
    782 Views
    girishG
    This should be fixed in the latest package.
  • Oh oh, don't know the Backup ID

    Solved Support backup restore
    4
    0 Votes
    4 Posts
    881 Views
    girishG
    I will probably have to update https://docs.cloudron.io/backups/#restore-cloudron with more information like @subven has written since it seems this is not very clear.
  • Backblaze backups failed most of the time

    Support backup backblaze
    2
    0 Votes
    2 Posts
    455 Views
    girishG
    @vladimir Can you try this change https://git.cloudron.io/cloudron/box/-/commit/bedcd6fccf58830b316318699375bc1f582a5d7a ? The file on Cloudron is /home/yellowtent/box/src/storage/s3.js. Essentially change the timeout from 3000 * 1000 to 0. And also change maxRetries to 10. You don't need to restart anything after the change since the code changes are immediately picked up. (See also https://forum.cloudron.io/topic/3680/backup-issues-with-minio)
  • 7 Votes
    6 Posts
    1k Views
    d19dotcaD
    For completion sake: https://docs.cloudron.io/backups/#restore-email
  • Export App Backup

    Feature Requests backup
    13
    3 Votes
    13 Posts
    2k Views
    necrevistonnezrN
    Adding to this: Maybe it's possible to implement a backup browser via the file browser, at least for the rsync format and even for encrypted backups?
  • Backup failing

    Solved Support backup
    3
    0 Votes
    3 Posts
    734 Views
    yusfY
    @robi Right, so the issue may be on the storage side. Now that you mention it, my object storage is inaccessible…
  • Wasabi Backup Error - KeyTooLong

    Solved Support backup encryption
    7
    0 Votes
    7 Posts
    2k Views
    girishG
    @lucidfox rsync + encryption has file path length limitations i.e if your app has a file which has long path (not just the file name, maybe it is some 10 folders deep) the backup will error. The limitations are documented here https://docs.cloudron.io/backups/#encryption . @Robin opened a feature request here to improve this - https://forum.cloudron.io/topic/3057/consider-improvements-to-the-backup-experience-to-support-long-filenames-directory-names
  • Why is my backup drive full?

    Solved Support backups backup
    20
    1 Votes
    20 Posts
    2k Views
    girishG
    @ei8fdb said in Why is my backup drive full?: I've moved the backup directories from /var/backups/ to my external drive. If I want to restore from those backup directories, do I need the contents of the /var/backups/snapshot directory also? The snapshot directory is not required for restoring. BUT it's required for the actual the backups to work (so think of it as a working directory for backups). It's important to not remove that directory when doing backups! Since, Cloudron will use hard links from the actual backups to the snapshot directory, it's not really taking up extra space.