Web Folder size/quota reporting tool?

Posted by nctrnl on Super User See other posts from Super User or by nctrnl
Published on 2011-01-05T09:04:20Z Indexed on 2011/01/05 9:55 UTC
Read the original article Hit count: 249

Filed under:

I am currently using a Visual Basic script to determine how big the web folders are and what quota is decided for each folder. The quota is in no way a physical limit, just a value inserted by me to decide whether a user is using too much space or not.

The script does the job quite neatly and sends an html file by mail on a regular basis. The problem is that it's such a hassle to insert new quotas since I have to fiddle around with the code. A central "control panel" with an overview and ability to insert new quotas would be more suitable.

Is there any software that can do the following:

  1. Scan specified folder/subfolders
  2. Report the file size and present it in some sort of interface (could be a php/mysql solution)
  3. Ability to specify a quota and see the difference value

?

It is really important that the quota handling is made simple so that some non-technician can handle this.

© Super User or respective owner

Web Folder size/quota reporting tool?

Posted by nctrnl on Server Fault See other posts from Server Fault or by nctrnl
Published on 2011-01-05T09:04:20Z Indexed on 2011/01/05 18:56 UTC
Read the original article Hit count: 249

Filed under:

I am currently using a Visual Basic script to determine how big the web folders are and what quota is decided for each folder. The quota is in no way a physical limit, just a value inserted by me to decide whether a user is using too much space or not.

The script does the job quite neatly and sends an html file by mail on a regular basis. The problem is that it's such a hassle to insert new quotas since I have to fiddle around with the code. A central "control panel" with an overview and ability to insert new quotas would be more suitable.

Is there any software that can do the following:

  1. Scan specified folder/subfolders
  2. Report the file size and present it in some sort of interface (could be a php/mysql solution)
  3. Ability to specify a quota and see the difference value

?

It is really important that the quota handling is made simple so that some non-technician can handle this.

© Server Fault or respective owner

Related posts about folder