If I create multiple hard links to the same file on my system, will Time Machine detect it and make only one physical copy of the file?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 2 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.