Question : How to Copy the whole 200GB folder content from another server using SSH

Hi,

I would like to request an asssitant.

May i know what is the BEST and FASTEST method to download or FTP via shell (SSH) to a remote server and download a folder contain 120GB of .tar.gz file in it to a Linux Server.

If the method can support resume on failure is better.

FYI, i would like to transfer those file from linux to linux server.

Appreciates if anybody can provide any BEST method available.

Thank you.

Regards,
Sham

Answer : How to Copy the whole 200GB folder content from another server using SSH

Just swap source and destination.
Is is  FROM a TO b

$rsync --verbose --rsh=ssh old_server_ip:/backup/cpbackup/daily/*.tar.gz   /backup/cpbackup/daily/



Random Solutions  
 
programming4us programming4us