I am running a Proxmox server with the following VPS which I would like migrate to my new linode:
CentOS Linux 5.8
Linux 2.6.18-6-pve on i686
Running Webmin 1.585
I have been following the migration tutorial from the librabry but have a few problems. I did stop Apache, PHP, MySQL, FTP & Mail services first.
1) First, even though I am currently running an older kernel (2.6.18) I was told by support to use the latest (3.4) kernel when setting up my Linode config file - is that correct?
2) I am stuck at rsync. I've issued the following, but am getting a lot of "failed: Read-only file system (30) errors:
rsync --exclude="/sys/*" --exclude="/proc/*" --exclude="/backups*/*" --exclude="/downloads/*" -aHSKDvz -e ssh /
root@173.230.134.249:/media/xvda/
Some files transferred, but most did not. What do you think is the problem?