M mjm Verified User Joined Mar 21, 2005 Messages 50 Location San Diego Mar 5, 2011 #1 Is there anyway to view the progress of a user restore? Getting a little worried something failed and the system isn't telling me.
Is there anyway to view the progress of a user restore? Getting a little worried something failed and the system isn't telling me.
SeLLeRoNe Super Moderator Joined Oct 9, 2004 Messages 6,643 Location A Coruña, Spain Mar 5, 2011 #2 should be moved in feature request i think Should be nice to have a page that show the progress
DirectAdmin Support Administrator Staff member Joined Feb 27, 2003 Messages 8,509 Mar 7, 2011 #3 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
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