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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
E

ethanxrosen

@ethanxrosen
About
Posts
35
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Backup Strategy Advice
    E ethanxrosen

    I think it probably makes more sense for most people who are using a storage VPS to forego installing Cloudron+Minio and instead just connect to their VPS with SSHFS.

    If you use Minio's S3 api, there's a big disadvantage of no hard-links with rsync right? So total backup storage balloons if you want anything but a barebones retention policy. In my case the difference was around 5TB 😅. On the other hand setting up a secure SSH server is almost easier than a second cloudron (get a firewall going and auto update with unattended-upgrades). Not sure how people's experience is with backup stability over SSHFS these days.

    Saw that ServaRica had some good prices competitive with Hetzner / alphaVPS.

    Discuss backup

  • Optimal settings for Backblaze or other s3 backup services
    E ethanxrosen

    Finally managed to get backups stable with backblaze for a ~1TB cloudron with these settings (using encryption and rsync):

    Screen Shot 2022-02-21 at 11.12.07 AM.png
    Screen Shot 2022-02-21 at 10.51.51 AM.png

    Some notes:

    • During initial backups, memory was by far the most common failure. The amount needed was higher than I first expected for a given upload size and concurrency. I found (upload part size) x (upload concurrency) x 4 was roughly the amount needed. i.e. (64mb)*(20)*4 = ~5120mb.
    • Scheduling backups at a time when server load is low and allotting as much memory as comfortable helped stability a lot. I ended up keeping my memory limit much higher than strictly necessary. This could probably be reduced, but stability is more important to me at the moment.
    • In the graph above memory tended to spike once per backup- @girish maybe this is an issue that could be optimized?
    • After initial upload, the memory required for subsequent rsyncs dropped off significantly as expected
    • Uploading ~1TB of data with the above took approx. 24h

    Curious to see what others find from optimizing these further, but glad to have a working baseline in the mean time.

    I'm also curious to see what people's monthly bills tally up to. Waiting for the first month's bill to come in but B2 seems more cost effective than Wasabi so far!

    Discuss

  • Backblaze encrypted backup with Rsync fails
    E ethanxrosen

    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

    Support backups encryption

  • Customize '3 week app update' special backup retention policy for nextcloud
    E ethanxrosen

    Use case-
    Nextcloud updates very frequently, meaning that even if you only intend to keep 1-2 app backups at a time, you can end up with 5 or 6 due to cloudron's 3 week app update policy: https://docs.cloudron.io/backups/#retention-policy

    If you have a 1tb nextcloud, this triples the storage costs / box space and adds up really quick. I think this is especially unnecessary when many people will also have a physical drive synced via the nextcloud client as a third backup.

    You can delete these backups manually from your storage provider if you remember to, but it would be awesome to have an option to customize this, so people can enable automatic updates+backups of large apps in cloudron without driving too much cost.

    Feature Requests backups

  • Mastodon - microblogging
    E ethanxrosen

    Wondering if there are any updates on whether mastodon will be in cloudron?

    Would really like to see it 🙂

    App Wishlist

  • Best practise for Nextcloud setup (NVMe) with additional HDD drives
    E ethanxrosen

    @joseph i think you might've mistaken my question for one about backups, but no worries you guys already had the answer here: https://docs.cloudron.io/apps/#data-directory

    Nextcloud

  • /run/udev/data folder fills up over time, eventually crashing dashboard
    E ethanxrosen

    @girish Ubuntu 16.04.4 LTS, ah I just spotted this article: https://docs.cloudron.io/guides/upgrade-ubuntu-20/ will try upgrading and see if the issue persists

    Support ubuntu disk usage

  • Renaming book throws permission error after using cloudron file manager
    E ethanxrosen

    Hey All, circling back on this after a while, I don't think it was a permissions issue after all.

    I suspect the way calibre desktop and calibre-web handle capitalization is slightly different and changes stored in metadata.db are case sensitive, so when I uploaded my library folder there were for whatever reason changes to the capitalization of author names that caused the issue.

    Solved this by renaming folders and files in file manager to match what the error message was expecting, for example if the "Betty Smith" folder wasn't found, I renamed lowercase "betty smith" to "Betty Smith", after which I was able to normally use calibre-web. Had to do this for ~5-10% of books which is a pain but glad to have it working again. If anyone has found a better solution eager to hear it, scanning through the library for books with missing covers was a good indicator of where the broken links were.

    Calibre Web

  • Funkwhale - A modern, convivial and free music server
    E ethanxrosen

    Funkwhale looks awesome! Hope one day we can see it or something like it in cloudron and ditch Spotify

    App Wishlist

  • What is Cloudron latest version?
    E ethanxrosen

    Hey all, is there a place this info can be found if your dashboard is down and you don't have access to the system info page / update section? Need to restore but unsure what version I was on around ~apr9th (7.6.___?)

    Support
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search