Configure cp and rsync to preserve metadata by default
Metadata is data; losing it by accident when using common command-line tools is data loss.
Let's harden against this by aliasing mv and rsync to versions of
themselves with metadata-preserving arguments invoked by default,
similar to what we do for grep to enable colorized output.