[2026-09-09T08:47:47Z] I see. I have issues with symlinks aswell. my pax implementation cant overwrite symlinks, so when unpacking directly into /, it errors if the symlink already exist. so I need to unpack it someplace else, then move over the files to / somehow [2026-09-09T08:48:00Z] this is all a bug in my pax implementation though [2026-09-09T08:48:15Z] but it kinda forces me to work around it, so I suppose thats a good thing lol