Quote:
Originally Posted by SB-Nick
Hey,
You can use rsync to transfer all the cpanel backups from one server to the other, you have to pack each account using "/scripts/pkgacct" from command line and then restore each account using "/scripts/restorepkg"
This is a extremely easy thing to automatize with a small shell script and rsync with SSH public/private keys.
|
thanks first for ur kind reply.
problem of rsync is the express transfer. cpanel's express transfer nicely suspends the site in the remote server, point all A records to new server etc. how can I do that using rsync?
thanks