[feature request] allow generating broken and or valid symlinks, hardlinks
Seems pretty reasonable, but out of curiosity what is this for?
I was using nix (nixos package manager) and generating a tar like archive format but custom to nix called nar. And for that I am trying to add symlink support, the tool takes arbitrary directory as input and creates a nar archive. To test it in a deterministic way I wanted a way to generate arbitrary directory hierarchy.
So I found your project and I thought I'd ask for adding symlink support.
Tool is called nardump, lives in tailscale repo.
Got it, that makes sense! I'm not going to be able to work on this anytime soon, but I'd be happy to accept some design ideas for the configuration flags and then a PR to implement them.
I could have a look into this if you like, similar to having functionality for permission distribution, and uid/gid and % of file duplicates based on hash. this functionality would serve me for a file utility im building