Kevin Korb via rsync <rsync@lists.samba.org> wrote: > Unfortunately the hard links are the problem. In order to keep > them straight rsync has to remember the details of every file it > finds with a link count >1 making it grow and grow.
I _hope_ it is only remembering the source and destination inode numbers, and pruning that list when possible[*], as opposed to storing all of "the details" for the duration of the operation. [*] If the source file has (say) 3 hardlinks, it can be deleted from the list as soon as the 3rd hardlink has been copied. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html