OpenSSH 8.0 released
OpenSSH 8.0 released
Posted Apr 22, 2019 22:09 UTC (Mon) by Pc5Y9sbv (guest, #41328)In reply to: OpenSSH 8.0 released by marcH
Parent article: OpenSSH 8.0 released
Along the same lines, I eventually started using the -R (--relative) flag to rsync in my most confident idempotent transfer mode:
rsync -avRP host:/prefix1/./rel1 host:/prefix2/./rel2 /prefix3/.
This creates /prefix3/rel1 and /prefix3/rel2 hierarchies with the easy to understand semantics that it splices the trees at the '.' point. Also, for me the --excludes/--includes patterns are easier to understand when I know they will be rooted at the '.' as well.
