relipmoc / skewer

MIT License
95 stars 17 forks source link

gzip rsyncable error #30

Open ta-cameron opened 8 years ago

ta-cameron commented 8 years ago

I tried running this on some .gz files, and gzip complained about an unrecognized option: rsyncable.

From what I can tell, this option is not generally available in Gzip, and is not present in the official GNU version.

jdidion commented 8 years ago

I can confirm that this is not available in the gzip that comes with OSX. However, a workaround is to use Homebrew to install gzip, which does have the --rsyncable option.