Whenever I wipe my PC, I use tar to make an archive of the whole system. This works, but having to decompress the whole archive to pull files out is very annoying. Is there another archive format that:
- Preserves permissions (i.e., is Unix-y)
- Supports strong compression (I use either zstd or xz depending on how long I can be bothered to wait)
- Supports pulling out individual files quickly
fsarchiver is very nice. Not fast on pulling out files, but, I mean, it’s infinitely faster than tar.
Only quit using it so much because zfs-send is the real big hammer.
Best part is it can regenerate partitions, or whatever, or you can restore a larger partition to a smaller one, all the cool permutations assuming the files actually fit. Can re-write users and permissions if you like, all the bells.
https://www.fsarchiver.org/
Oh, also you can always copy it over to an iso image and mount it, or a qcow or raw image of some kind for loop mount.
Hey, didn’t know about this: https://www.linux.com/news/mounting-archives-fuse-and-archivemount/