Restore progress?

mjm

Verified User
Joined
Mar 21, 2005
Messages
50
Location
San Diego
Is there anyway to view the progress of a user restore? Getting a little worried something failed and the system isn't telling me.
 
Hello,

If you're not getting any messages from DA:
1) Ensure the task.queue is being processed:
http://help.directadmin.com/item.php?id=107

2) Check to see if the dataskq is running:
Code:
ps ax | grep dataskq
and if it is, you can ask it what it's doing:
Code:
killall -USR1 dataskq
sleep 1
tail /var/log/directadmin/errortaskq.log
3) also check to see if tar is working:
Code:
ps ax | grep tar
John
 
Back
Top