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


Skip to content
  • Backups Listing not showing recent backups

    Solved Support backups
    6
    2
    1 Votes
    6 Posts
    577 Views
    d19dotcaD
    @girish Ah I didn't see this until too late, sorry. I had tried to start over to a degree by destroying the current backup disk and mounting a new disk instead then clearing out the backups history and seeing if that starts working better for me. So far so good, but if the issue comes back I'll certainly send the email out and enable remote support, as I agree there seems like some odd issue for sure.
  • Backup configuration problem

    Solved Support backups
    2
    0 Votes
    2 Posts
    568 Views
    archosA
    So I tried mounting the folder from the Synology NAS and then the storagebox again and everything is working fine. I have misnamed the remote directory. Sorry for the unnecessary topic.
  • Delete Local Backups

    Solved Support backups cleanup-backups
    11
    1 Votes
    11 Posts
    3k Views
    jdaviescoatesJ
    @girish said in Delete Local Backups: Documented at https://docs.cloudron.io/backups/#old-local-backups small typo there s/snapshots/snapshot
  • Removing old backups?

    Solved Support backups cleanup-backups
    5
    0 Votes
    5 Posts
    2k Views
    axbomA
    @girish Ah, thank you. Found them. That freed up 22GB for me
  • Failed to backup

    Solved Support backups mongodb
    4
    0 Votes
    4 Posts
    1k Views
    andres.moyaA
    Good point. I checked the services and some of them are yellow (without error, but stalled in loading). I've restarted one app that uses mongodb and now the backup works. But it's very close to the memory limit. If this happens again, I'll increase the memory assigned. Thanks for pointing it out.
  • How to find the size of each apps' backup?

    Solved Support backups backblaze
    5
    1 Votes
    5 Posts
    1k Views
    jagadeesh-s2104J
    @jagadeesh-s2104 Clean backup is a good idea. Thank you!
  • 10 Votes
    16 Posts
    3k Views
    ?
    This is super helpful. I’m hoping we see something like this as a feature baked in though. Like multiple backup sources with different schedules
  • Scaleway backups retained > retention policy

    Solved Support backups scaleway
    7
    1 Votes
    7 Posts
    2k Views
    timconsidineT
    @scooke I tried "cleaning" but didn't make a difference. Will keep an eye on it.
  • Backup failed "crashed/stopped"

    Solved Support backups
    6
    1
    0 Votes
    6 Posts
    1k Views
    jamesJ
    Since 2022 a lot has changed for backups and will change even further with Cloudron 9. Closing this topic for now.
  • Restore backup failed

    Support backups restore
    4
    0 Votes
    4 Posts
    977 Views
    girishG
    @WaffleUncle So you are using the Import button in the app section, correct - https://docs.cloudron.io/backups/#import-app-backup ? In your case, it looks like your backups were in the file system and not external. If that is the case, you have to fill up the 'Import Backup' dialog manually: Upload the backup app_client.xxx.tar.gz to somewhere in the server like /tmp/app_client.xxx.tar.gz. In the import UI, Choose Filesystem Put the path as /tmp/app_client.xxx.tar.gz It should import now.
  • Database Access & Backups?

    Solved Support database backups data migration apps
    6
    0 Votes
    6 Posts
    2k Views
    micmcM
    @girish said in Database Access & Backups?: @sarah-white Good, was just checking since your comment got flagged as spam by the forum. Sounds much like replies produced by asking ChatGPT to me!
  • backup error: "undefined is not mounted"

    Solved Support backups nfs
    16
    1
    0 Votes
    16 Posts
    3k Views
    girishG
    This was indeed a bug. Fixed in https://git.cloudron.io/cloudron/box/-/commit/2434e813836e7837162c1798794d04655227d9cf . Thanks a lot @avatar1024 . It will be part of 7.1.2
  • 0 Votes
    5 Posts
    1k Views
    girishG
    I have clarified the text a bit more now.
  • 2 Votes
    1 Posts
    354 Views
    No one has replied
  • Restore backup listing

    Support backups restore
    2
    0 Votes
    2 Posts
    699 Views
    girishG
    @wisemetalhead whoops, I somehow missed this question. Not sure why the backup listing disappeared, I think we will have to investigate what happened using the logs. But since the backups itself are still there, you can use the CLI tool's cloudron import to restore (if needed).
  • Backblaze encrypted backup with Rsync fails

    Solved Support backups encryption
    8
    0 Votes
    8 Posts
    2k Views
    E
    For future reference i managed to clear it up by using a slightly modified version of Girish's search command. It seems like the length limit applies to path length not just the filename length find . -type f -print|awk '{print length($0), $0}' | sort -n Went into the web interface and deleted / renamed files longer than 156 bytes and finally cleared trashbin/versioned files (wipes all deleted / old versions of files - careful): sudo -u www-data php -f /app/code/occ versions:cleanup sudo -u www-data php -f /app/code/occ trashbin:cleanup @robi @girish agreed it would be awesome if there was an automated way to handle this in the future
  • Record backup size estimate in backup metadata

    Feature Requests backups
    1
    6 Votes
    1 Posts
    397 Views
    No one has replied
  • Restoring app from backup?

    Solved Support backups restore
    2
    1
    0 Votes
    2 Posts
    696 Views
    girishG
    @joesitsolutions said in Restoring app from backup?: I have the .zip file. Cannot figure out why I keep getting "backupFolder path is protected" You can only create backups to specific paths on the server. Many of the paths are "protected" to make sure that the folders won't get overwritten by updates or are used by the system. This is just a hardcoded list of paths: const PROTECTED_PREFIXES = [ '/boot/', '/usr/', '/bin/', '/lib/', '/root/', '/var/lib/', paths.baseDir() ]; (the baseDir above is /home/yellowtent/). You cannot create backups in subdirectories of the above paths. I understand you are using restore here though and not backup The restore logic uses the same validation logic for paths and you have copied the backup to under /home/yellowtent/. Instead, copy the backup in some path like /mnt/backups/ or /srv/backups/ and try to restore, that should work.
  • 0 Votes
    12 Posts
    2k Views
    P
    @girish Thank's a lot
  • Backup job killed my cloudron

    Discuss backups disk space
    4
    0 Votes
    4 Posts
    1k Views
    O
    @scooke @murgero I am working on get my FreeNAS NFS mount working for the backups, but that seems to be a bit difficult to get the permissions working. If you have experience with NFS, you might have an answer on my problem here... https://forum.cloudron.io/topic/5927/cloudron-backups-on-truenas-nfs-mount/3?_=1636891033300 However thanks!