How does Time Machine deal with hard links
Little experiment (creating dir, copying file there as a.data
and creating link using ln a.data b.data
) gave me joyless result: Time Machine doesn't care about hard links, in backup there where two separate files with link count of 1. Time Machine cares only about its own file/folder hard links.