Storage analyser / analyse du stockage

I have no ideal answer, but here are too possible ways to estimate it:

  • use the backup size : do a single backup for each app individually. You will have an estimate (probably underestimated, because most temporary files are not backup) of the individual size, and the relative size compare to each other.
    Cons: you can’t have the real size, and some backup files are compressed
  • use a command line tool like du (or the much more visual alternative dust GitHub - bootandy/dust: A more intuitive version of du in rust) on some folders like /var/www, /opt/ (or /opt/yunohot) and /home/yunohost.app.
    Cons: you can’t see (individual) database size or other stuff not referenced as a file in an app-specific folder.
2 Likes