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
    5 Posts
    41 Views
    jadudmJ
    This solved the problem. (Editing later: "this" meaning "mounting a path like $HOME/subdir solved the problem, because the permissions on $HOME remained 755, but the permissions on subdir were still changed to 777. This is good, because $HOME has to be 755, or SSH will fail. But...) I'm still concerned that the remote directory becomes drwxrwxrwx 3 cbackup cbackup 3 Nov 3 14:33 aloe which seems awfully permissive. In this instance, I don't have a security threat (or, if someone gets onto the NAS, this is the least of my problems). But once I'm SSH'd into a machine via SSHFS, I'd think that drwx------ would be fine. (Put another way: once Cloudron has the private key, it should not need to set permissions on the remote directory at all... unless this is somehow related to symlinking, or what rsync wants to do, or...) Either way, many thanks for the good ideas. I think I'm moving forward. We'll call this one closed.
  • Cloudron 9.0.5 doesn't show backups from version 8?

    Unsolved Support backups
    15
    1 Votes
    15 Posts
    241 Views
    girishG
    @ekevu123 oh, that's not good then. Can you please contact me on support@cloudron.io , I will have to read the log files to figure what is going on.
  • Restoring Backups fails

    Unsolved Support backups restore
    19
    1 Votes
    19 Posts
    319 Views
    philkunzP
    zfs is on the host. cloudron uses non-cow inside the vm.
  • Cloning an app

    Solved Support backups clone
    5
    1 Votes
    5 Posts
    181 Views
    nebulonN
    Cloudron 9 has pretty much the same flow here. Maybe we have to revisit what the main app cloning use-case is, to figure out a better flow there.
  • Backups are failing with no notifications!

    Solved Support notifications backups
    2
    1
    1 Votes
    2 Posts
    115 Views
    nebulonN
    This should be fixed in Cloudron 9, where a backup failure notification email can be configured per user.
  • 2 Votes
    7 Posts
    372 Views
    girishG
    I have updated https://docs.cloudron.io/backups/#restore-cloudron and https://docs.cloudron.io/guides/download-backups/#backup-file-names . Bit of a hasty edit but time is really right these days!
  • Migrate an app to its own server

    Solved Support migrate backups
    5
    1 Votes
    5 Posts
    239 Views
    M
    Awesome. Many thanks. And this is not a goodbye, I have a lot of other apps here, and planning to work on more
  • Backup to Hetzner Object Storage failing regularly

    Solved Support backups backup-storage
    8
    1 Votes
    8 Posts
    1k Views
    P
    @ccfu This is a very good news... I'm glad that you're not having any problem... I think Hetzner is one of best provider worldwide, but about S3 and Storage boxes they have still to improve their service... I'm also glad that Exoscale met your pricing needs...
  • Backup failed

    Solved Support backups
    4
    1 Votes
    4 Posts
    508 Views
    jamesJ
    Hello @CaeruleusAqua Please assist me in understanding this issue better. I want to figure out if is just a single filename or path and filename causing this issue. For this please go into the web terminal of your nextcloud and go into your /app/data/ folder. cd /app/data/ Please run the following command. It will find the deepest path and the longest filename. With these details I can further debug this issue. find . -type d | awk -F/ '{if(NF>max){max=NF; path=$0}} END{print "Max depth:", max-1, "Path:", path}'; \ find . -type f | awk -F/ '{if(length($NF)>max){max=length($NF); file=$0}} END{print "Longest filename length:", max, "File:", file}' Also can you please provide details about your backup provider?
  • Error 400 in backup process with Ionos S3 Object Storage

    Unsolved Support ionos backups
    30
    0 Votes
    30 Posts
    2k Views
    J
    @CaeruleusAqua which S3 provider are you using?
  • Migrating active Server

    Moved Discuss backups restore
    5
    2 Votes
    5 Posts
    595 Views
    W
    yes @james I have also thought of using that. but manually running it on all mailboxes sounds like a pain I don't want to go through. I guess the current way I envision it is writing a script for imapsync that uses the api of cloudron to get all mailboxes and impersonates the users of the mailboxes to auto run imapsync on them. but then again maybe a block of the port is the way to go, so I don't have to write that script. the whole backup and recover process should be done quite quickly anyways. I am wondering though if this is not something others have gone through as well?
  • 0 Votes
    12 Posts
    1k Views
    jdaviescoatesJ
    @nebulon said in Wekan backup errors blocking my Cloudron backups from completing.: This indicates, that the mongodb instance/service could not finish creating the database dump for wekan. It's odd because if I run a backup from the app it completes in a few seconds. There is very little data to backup. @nebulon said in Wekan backup errors blocking my Cloudron backups from completing.: Maybe it ran out of memory Unlikely given it's got over 4GB and I don't think I've ever seen it hit 10% usage. @nebulon said in Wekan backup errors blocking my Cloudron backups from completing.: Do you see any crash or more info in the actual mongodb service logs? I think I've looked and not seen anything obvious but I'll look again... Did you look at the logs I shared previously? said in Wekan backup errors blocking my Cloudron backups from completing.: Here are some logs: https://paste.uniteddiversity.coop/?7aed63d3ef7af3ba#BiicSooyTEjs2oEY1xQoGtizyB2Lwk7C6UWgCoBZJKjP Perhaps it could be something to do with this: vm.max_map_count is too low currentValue: 65530, recommendedMinimum: 1677720
  • 0 Votes
    3 Posts
    539 Views
    J
    Backups can only be configured by the superadmin/owner (the first user you created) . Looks like you are the admin
  • Show total disk size of each backup run

    Feature Requests backups
    4
    4 Votes
    4 Posts
    659 Views
    jdaviescoatesJ
    @makemrproper yeah, and actually it seems I might've been right afterall! I was sure I'd read something about the size... so I just search that thread for size and it is indeed there: Backup integrity - store size and checksum of backups. If they've got the size stored then should be easy to display it somewhere too!
  • Cloudron Backup for Moving to Another VPS

    Locked Solved Support backups restore
    17
    2 Votes
    17 Posts
    3k Views
    jamesJ
    @leemuljadi I forked your question here https://forum.cloudron.io/topic/13846/backup-restore-error-route-unavailable-post-activation Since this is now another question and issue than before. For the sake of keeping topics and solutions clean, please contiune in the new topic.
  • Backup - Vultr Object Storage Error

    Solved Support backups vultr
    3
    1
    1 Votes
    3 Posts
    518 Views
    L
    Thanks for the prompt response, I got it sorted by creating a new bucket actually.
  • Error Message on Restore Process

    Solved Support backups restore
    2
    2 Votes
    2 Posts
    491 Views
    P
    We discussed this problem here, I had this problem just few days ago: https://forum.cloudron.io/topic/12632/tarextract-pipeline-error-invalid-tar-header/
  • optimizing VPS for backups

    Solved Support backups
    11
    1 Votes
    11 Posts
    2k Views
    P
    @nebulon I appreciate your advice. The backup server is not on the same location as the cloudron server. It isn't even on the same country (like I do with all my backups). Maybe I wasn't clear: the server has an OS disk (nvme) and a HDD for backups. The mount I showed is the HDD disk mount. It was just to check if any filesystem mount options were needed to improve performance. Thank you all.
  • Cloudron backups - user database and email

    Solved Support backups
    12
    1 Votes
    12 Posts
    2k Views
    C
    Thanks to everyone for the responses. I fully understand the backups now and have reported to my board that it's indeed production ready for our organization.
  • Akamai (Linode) ObjectStorage

    Solved Feature Requests backups linode
    4
    1 Votes
    4 Posts
    657 Views
    apesorgukA
    @nebulon Thank you so much. Very helpful and quick.