When creating a tar archive with this command tar -cvf myarchive.tar -T list.txt
Using the command from Linux causes to create a lot of hard links to files with
the same name, and doing that from OS X Mountain Lion creates a lot of zero
bytes duplicated files.
The list.txt was obtained from a list of an already existent tar.
How to solve that?
