josir
March 9th, 2012, 02:58 PM
Hi folks,
Frequently, I need to copy a huge file (8Gb) between 2 machines but during the copy, the host machine became very slow and other users complained about it.
I tried to use
nice -n 19 scp backup.tar.gz oracle@192.168.0.12:/mnt/disco2
but machine became slow anyway.
Does somebody has any suggestion on how to slow down the copy ?
Frequently, I need to copy a huge file (8Gb) between 2 machines but during the copy, the host machine became very slow and other users complained about it.
I tried to use
nice -n 19 scp backup.tar.gz oracle@192.168.0.12:/mnt/disco2
but machine became slow anyway.
Does somebody has any suggestion on how to slow down the copy ?