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
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.
## 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
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