Mention need for --no-inc-recursive in rsync command

Magnus Hagander <magnus@hagander.net>

Commit: 0017aa981fef11f48a4c347b512d21f41d6e1ee1
Author: Magnus Hagander <magnus@hagander.net>
Date: 2017-09-20T12:15:47Z
Releases: 10.0
Mention need for --no-inc-recursive in rsync command

Since rsync 3.0.0 (released in 2008), the default way to enumerate
changes was changed in a way that makes it less likely that the hardlink
sync mode works. Since the whole point of the documented procedure is
for the hardlinks to work, change our docs to suggest using the
backwards compatibility switch.

Files

PathChange+/−
doc/src/sgml/ref/pgupgrade.sgml modified +3 −3

Documentation touched