The patch below supercedes my patch dated 14 Jan 2003. The new version
fixes serious problems due to memory reallocation/freeing of lists and is
also more efficient. The scheme has been simplified to store excluded
patterns in .rsync only (a "+ " pattern prefix may be used to force inclusion).
Not
>> This patch also adds an example for using --link-dest to the man page:
>
> I don't know if that is needed. Lacking context the example
> has minimal meaning and compare-dest doesn't have an example
A more complete context is available here:
http://www.math.ualberta.ca/imaging/rlbacku
On Tue, Jan 14, 2003 at 09:48:31AM -0700, John Bowman wrote:
> This is a patch to add an --rsync-exclude option to rsync-2.5.6cvs.
> File names in .rsync- (or .rsync+) are excluded (or included) from the file
> lists associated with the current directory and all of its subdirectories.
>
> This h