I am trying to clean up a disk on a specific server. On that server there is only owncloud installed. Since I was not the guy who setup owncloud, and there is now way to reach the actual administrator I have to solve the issue myself.
First I thought about cleaning old backups, but I saw that the backups are taken differentially, so I can't simply delete some older files. The log is already cleared, but it didn't free enough space, so I read the manual for owncloud to check what options I have.
In the end I would love to simply gather the size used per user. But through the admin panel in owncloud this is not possible. Also the data structure won't allow me to gather this info easily. Is there a nice way of gathering the needed info? So I can pick on some guys to clean up their owncloud files ;) ?
I am running Debian using MySQL DB for OC.