Deprecating scp
Deprecating scp
Posted Nov 6, 2020 10:32 UTC (Fri) by gray_-_wolf (subscriber, #131074)In reply to: Deprecating scp by marcH
Parent article: Deprecating scp
> tl;dr: cp -R is insane, use rsync -a. Using it more than once is not just safer it's also much faster of course: it can be used as an actual backup tool.
Does rsync -a also use CoW the way cp does as long as the filesystem supports it?
