Project

General

Profile

How to calculate the uploaded files size for each project separately?

Added by Azhagu Selvan SP almost 14 years ago

We are in plan of starting a low-cost project hosting for our university students based on redmine. We need to calculate the disk space occupied by each project. So for that we need to calculate the size of the files that are uploaded in each project. I saw that all files are uploaded into the files/ folder. The table 'attachments' which has the list of uploaded files, has mapping only to the author and the container it has been attached to. From this how can I find the way to map the files to their corresponding projects?
How are they mapped in actually??

Also, any general help on calculating project size, from the guys who are already into this business is highly appreciated :)