Archive for the tag 'backup'

RSYNC to backup your home DIR from your OLD server to New

Login to your new cPanel server as root user.

rsync -vrplogDtH –exclude=virtfs/ –progress -e ssh root@old-server-ip-address:/home/ /home/

« Prev