Displaying 1 result from an estimated 1 matches for "rsync_link_dest".
2015 Apr 07
0
Patch for rsync --link-dest won't link even if existing file is out of date (fwd)
...milar situation to that which Ken described - we recycle
backup directories, for good reason.
There is a patch to solve the problem.
Our systems administrator provided the following description of the
patches we use:
============================================================================
1. rsync_link_dest improvement
by Bryant Hansen
Normally, existing files in destination are never updated from link-dest
but are transferred over the wire. This patch changes that behaviour to
use link-dest instead, which is a major performance enhancement in our
environment.
2. Warnings for --max-size ignored fil...