Backup/restore a user to different server

Acoon

Verified User
Joined
Mar 7, 2012
Messages
11
I've used directadmin to backup/restore a user from one server to another.
It works perfect. Except that when i login as admin on the new server, the number to the right has not updated (users, domain, disk space etc) Any reason why this is?

It says 1 domain, 1 user. Even though i just added a user with 8 domains and 2gb of data.

The restored user works perfect though.

Br,
Thomas
 
Because stats are not updated live they only update nightly via cron.
 
Because stats are not updated live they only update nightly via cron.

Oh, that seems fair. Can I run the script myself or would it be better to wait until it runs automatically?

Br,
Thomas
 
You can run this command manually:

Code:
echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d
 
Back
Top