Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

/me too/

I like it (tar|nc) as a quick alternative when moving data to or from low performance devices such as Android phones. Rsync/SSH really burns a lot of power for encryption. Makes a full x GB Backup much faster to pipe it through netcat (or bashs /dev/tcp if available).



this can help re CPU usage:

    rsync -e "ssh -c blowfish"
However, I'm not sure if anybody uses this these days, since end-to-end time is probably dominated by bandwidth and not cpu these days.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: