gersharp.blogg.se

Copy files between two linux servers
Copy files between two linux servers










copy files between two linux servers

Little improvement but that doesn't solve my problem.Įdit 2: There are other binaries (my main application) running on the machines and high load average causing them to perform poorly. Rsync copies files either to or from a remote host, or locally on the current host (it does not support copying files between twoĮdit 1: I am already using ssh cipher = arcfour128. What other options do I have? I considered 'rsync'. But I don't need encrypted data-transfer as both machine-B and machine-C are in a LAN. I believe scp is taking so much CPU because its encrypting/decrypting data.

copy files between two linux servers

"scp -Cp -i private-key the problem is the process sshd is continuously taking loads of CPU.įor ex: top -c on destination machine (i.e.

copy files between two linux servers

Key based authentication is used with agent-forwarding and everything works.įor ex: Say the shell script is running on machine-A and copying files from machine-B to machine-C. I have a shell script which keeps on copying huge files (2 GB to 5 GB) between remote systems.












Copy files between two linux servers