Skip to content

Tag Archives: old

RSYNC to backup your home DIR from your OLD server

31-Oct-09

RSYNC to backup your home DIR from your OLD server #!/bin/bash #admin@serversignature.com rsync -vrplogDtH –exclude=virtfs/ –progress -e ssh root@192.168.0.1:/home/ home/ IF USING SSH Port = 2222 rsync -ave ‘ssh -p 2222′ username@192.168.0.1:/home/ /home/