I want bsdtar to extract a Zip-file, but with robocopy/rsync mirror-function.
Keep existing, extract new and delete any old/extraneous files.

#Linux #Debian

@AliveDevil

I remember there is some --keep-existing option (or similar) in some tar implementation (was it gnutar?) don't know if others have it too 😬

However I don't know of any of the other features you've mentioned.

Eh..? Did you really mean "zip" file?

@hiddenalpha
Yeah, bsdtar can unpack .zip-files through libarchive, much more versatile than GNU tar.