amekkawi / diskusagereports

Disk Usage Reports is a web-based way to view disk usage on remote computers or servers, or to provide usage reports to users who store files on your server. Reports are stored as static JSON files which are retrieved via single HTML/AJAX web UI. No database or server-side scripting required.
http://diskusagereports.com
MIT License
67 stars 19 forks source link

Excluding directory is not possible #3

Open castilloj opened 11 years ago

castilloj commented 11 years ago

Thanks for this tool is simple and easy to install.

I have a use case where we need to exclude directories in order to get the right reports. However, this is not supported by the find.sh script.

So, I added a new '-x' option that exclude whole directory trees.

This is the patch: https://gist.github.com/4637496