Sepotong Ilmu

Tutorial pindah hosting dengan cPanel

      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

  1. Klik backup==>download or generate a full website backup.
  2. Pilih di bagian destination : Home Directory.
  3. Masukan Email (opt ) generate backup ( proses backup bisa lama sekali tergantung besar nya file ).
  4. 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.
  5. Chmod ke 755 file hasil backup tadi dan pindahkan ke public_html.
  6. 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

  1. Masuk ke server  as root via ssh.
  2. Pindah ke home directory,code: root@host [~]# cd/home.
  3. Download hasil backuptadi,code: root@host [/home]# wget hxxp://domain.com/backup-12.2.2010_23-31-08_username.tar.gz.
  4. Restore file backup,code: root@host [/home]#/scripts/restorepkg username.Pastikan username sesuai dengan username akun Cpanel teman-teman.

You Might Also Like