How do I update disk space use numbers

albatroz

Verified User
Joined
Mar 13, 2004
Messages
336
Location
Peru
I wonder if there is a way to force Direct Admin to update the reports of disk space used by customers...
 
Hey,

This should work for you:

echo 'action=reset&value=all' >> /usr/local/directadmin/data/task.queue

David
 
DirectAdmin should be getting the disk usage directly from the system through repquota I believe.
 
echo 'action=reset&value=all' >> /usr/local/directadmin/data/task.queue

shouldn't the above reset bandwidth to 0 ?

i will suggest you use
echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue
 
Hey,

i will suggest you use
echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue

Yes, you're right... It should be "tally" instead of "reset". Sorry about that...

David
 
Back
Top