Bagi teman-teman yang masih bingung memindahin Hosting. Pindah Hosting dengan Full Backup Cpanel. syarat nya akses root ke server baru.
I. Create Backup di Server Lama
- Klik backup==>download or generate a full website backup.
- Pilih di bagian destination : Home Directory.
- Masukan Email (opt ) generate backup ( proses backup bisa lama sekali tergantung besar nya file ).
- Masuk ke home directory lewat file manager.Pastikan di sana ada file backup,seperti ini backup-12.2.2010_23-31-08_username.tar.gz.
- Chmod ke 755 file hasil backup tadi dan pindahkan ke public_html.
- Sampai di sini kita mendapatkan file hasil backup di lokasi ini hxxp://domain.com/backup-12.2.2010_23-31-08_username.tar.gz.
II. Restore di Server Baru
- Masuk ke server as root via ssh.
- Pindah ke home directory,code: root@host [~]# cd/home.
- Download hasil backuptadi,code: root@host [/home]# wget hxxp://domain.com/backup-12.2.2010_23-31-08_username.tar.gz.
- Restore file backup,code: root@host [/home]#/scripts/restorepkg username.Pastikan username sesuai dengan username akun Cpanel teman-teman.