両側をrsync 3にアップグレードする必要があります。変更ログから:
- A new incremental-recursion algorithm is now used when rsync is talking
to another 3.x version. This starts the transfer going more quickly
(before all the files have been found), and requires much less memory.
See the --recursive option in the manpage for some restrictions.
rsync 3.0.0がリリースされてから2年以上が経過しましたが、残念ながら、ほとんどのエンタープライズディストリビューションはそれより古いコードに基づいているため、rsync 2.6を使用している可能性があります。
あなたがあれば、(誰がこの問題を持っている場合)、参考のためにしているあなたは、増分再帰と互換性のないオプションを使用している、すでにrsyncの3を実行しています。manページから:
Some options require rsync to know the full file list, so these
options disable the incremental recursion mode. These include:
--delete-before, --delete-after, --prune-empty-dirs, and
--delay-updates.
また、インクリメンタル再帰をサポートするには、両側で rsync 3を実行する必要があります。