incremental copy after WHM transfer
HiI have a WHM/Cpanel Server in USA and want to move the accounts to a datacenter in Europe. I just calculated, that it will take about 3 days to transfer all accounts, when I use the mass transfer function in WHM.
Unfortunately I'm not able to tell to my customers, that they are not able to upload anything durring 3 days.
Therefore I'm planing to use the transfer function in WHM first and then just try to synchronise it with rsync. Will this work?
For the home directory it would look like this:
rsync -a -e ssh /home root@newserver.com:/home
But what about the mysql database? Is there anything else?
Or is there a bether solution for this?
Thanks
Michael