You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to be able to add Hard Link entries in a Tar Archive.
In the current code TarEntry has a TarFilePart, TarFilePart has a TarHeader, TarHeader has an EntryType property where probably a HardLink type can be specified but TarFilePart, TarHeader and EntryType are all inaccessible from the client code.
Even if they were, there is no property which will have the Link file name.
Am I missing anything here or the SharpCompress library does not support writing Hard Link entries to a Tar archive?
Regards,
Mayank
The text was updated successfully, but these errors were encountered:
I'll have to revisit the Tar code. I can't remember I properly implemented Hard Links or not. I do know Tar is one of the more incomplete implementations in sharpcompress.
Is there a chance you may revisit this issue? Storing Hardlinks in TAR is its unique feature and the reason may people actually select TAR over other archivers - it makes dramatic difference when the data contain many duplicate files.
Hi,
I need to be able to add Hard Link entries in a Tar Archive.
In the current code TarEntry has a TarFilePart, TarFilePart has a TarHeader, TarHeader has an EntryType property where probably a HardLink type can be specified but TarFilePart, TarHeader and EntryType are all inaccessible from the client code.
Even if they were, there is no property which will have the Link file name.
Am I missing anything here or the SharpCompress library does not support writing Hard Link entries to a Tar archive?
Regards,
Mayank
The text was updated successfully, but these errors were encountered: