Re: filespace usage

2004-05-27 Thread Patrick Boutilier
Andrew Morgan wrote: On Thu, 27 May 2004, Philip Chambers wrote: I am writing a utility to give me a list of filespace usage for all my cyrus users. This will be run by cron overnight. Clearly I can just go through all the partitions and do a "du -sk" at each user's root dir

Re: filespace usage

2004-05-27 Thread Andrew Morgan
On Thu, 27 May 2004, Philip Chambers wrote: > I am writing a utility to give me a list of filespace usage for all my cyrus users. > This will be run by cron overnight. Clearly I can just go through all the > partitions and do a "du -sk" at each user's root directory.

Re: filespace usage

2004-05-27 Thread Christoph Moench-Tegeder
## Philip Chambers ([EMAIL PROTECTED]): > I am writing a utility to give me a list of filespace usage for all my > cyrus users. What about using (cyrus)-quota? > Can someone point me to where > cyrus stores user filespace usage? Assuming a not-too-old cyrus: $configdirec

filespace usage

2004-05-27 Thread Philip Chambers
I am writing a utility to give me a list of filespace usage for all my cyrus users. This will be run by cron overnight. Clearly I can just go through all the partitions and do a "du -sk" at each user's root directory. However, since cyrus has a quota facility it seems likely