mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-06 10:38:56 +00:00
We need to avoid recursively copying any symlinks-to-dirs as directories. We can do that with cp, but the parallel xcp utility doesn't support the --no-dereference flag at this time. refs: https://github.com/tarka/xcp/issues/52