> tar cf - . | ssh <remoteuser>@<remotehost> "cd <destination>; tar xf -" This is working fine. I added -v so I could watch the progress. Does rsync copy faster?
> tar cf - . | ssh <remoteuser>@<remotehost> "cd <destination>; tar xf -" This is working fine. I added -v so I could watch the progress. Does rsync copy faster?