Currently because of ipfs/kubo#3508, when we finished pulling down the arch mirror, we are rewriting all the symlinks with their targets, effectively doubling the size of the arch-repository on disk. This is not a big issue since when we add it to IPFS, de-duplication takes care of the sizing and we end up with good size again.
When symlinks are handled by go-ipfs, we can remove this step.
Currently because of ipfs/kubo#3508, when we finished pulling down the arch mirror, we are rewriting all the symlinks with their targets, effectively doubling the size of the arch-repository on disk. This is not a big issue since when we add it to IPFS, de-duplication takes care of the sizing and we end up with good size again.
When symlinks are handled by go-ipfs, we can remove this step.