linq936@hotmail.com writes:
>Hi,
> The rsync on my system relies on SSH, this takes a lot of system
>resource and I think it runs slower . Because I am running it on a
>secured network, I do not need so much consideration of security, I am
>wondering how to change it so that it relies on RSH instead?
Bad idea. I suspect that the system resources required are primarily disk
read/write, not ssh.
Anyway man rsync
Look for rsh
> Or change to some other light encryption algorithm?
And ssh is heavy how?