rsync remote-to-remote
rsync remote-to-remote
Posted Nov 6, 2020 14:23 UTC (Fri) by bkw1a (guest, #4101)Parent article: Deprecating scp
I love rsync and use it many times a day, but my fingers still sometimes type scp for single file transfers. One way in which rsync let me down recently was this: One of my users was asking about how to efficiently transfer files between two remote servers. I confidently told him he could do this with rsync, like "rsync -rv remote1:somewhere/ remote2:somewhere/". I was surprised and embarrassed to find that this doesn't actually work. I must have been thinking of scp, where such a thing really does work.
