backhand
backhand copied to clipboard
Add hardlink support
I think the title explains it all. My reason for needing hardlinks is simple, I was converting tarballs into SquashFS, and the tarballs have hardlinks.
Could you give more context? Is this for unsquashfs, FilesystemWriter, or FilesystemReader?
This would be for FilesystemWriter.
I am using this library to write container image layers as squashfs, for being used as part of the rootfs for a container. Currently, I have used symlinks as a replacement, but they could create issues if software expects hard links.