gow
gow copied to clipboard
tar is broken on windows, include bsdtar instead?
Many common uses of the tar command are broken on windows, including anything with -z option.
Could you include the bsdtar command (present in gnuwin32) which solves this issue and works properly for most use cases?
You could even symlink a tar command to bsdtar.exe to avoid confusion, as I've done.
Yes, I just came across this error. tar with absolute paths is unsusable, because it takes drive letters as hostnames for remote connections. bsdtar fixes this.