@atoponce the poll is rigged
@ax3 How so?
@atoponce many of us archivists are not on fedi. it's likely you will see n(x) % of results being linux/bsd users with tarball fetish.
i like tarball myself, but i also have a different approach to archiving
That's a pretty unique edge-case where your combination prioritizes error-handling over ubiquity.
Personally, I've been good so far with tar and the various flavors of external compression (gz, bz, xz), and further optionally combined with gpg for encryption.
Question: do you choose cpio for it's better integration with find?
@UncleIroh @ax3 I've gotten good enough with it that if I need to do any exception handling for file matching that just isn't "everything in a directory", I reach for cpio(1).
EG, archive files order that 30 days, or archive all files owned by a specific user, or only if not empty. That sort of stuff comes up a lot for me.