OpenSSH 8.0 released
OpenSSH 8.0 released
Posted Apr 20, 2019 7:16 UTC (Sat) by marcH (subscriber, #57642)In reply to: OpenSSH 8.0 released by marcH
Parent article: OpenSSH 8.0 released
Just remembered one of the reasons I stopped using "cp -r". Assuming dst/ doesn't exist yet, then running this twice:
cp -r src/ dst/
cp -r src/ dst/
... does something different the second time on Linux (not on macOS).
Running the same rsync command twice never does something different the second time, that's crazy.
