@alex Doesn't this depend on how you “edit” the files? If you use a normal text or image editor then, yes, it'll probably write a fresh file when you save which will be separate from the linked version but if you do something like update a sqlite database then it'll update in place and both “versions” will be updated. Worth bearing in mind.