I have main and backup servers (both with ubuntu server 12), and after gzipping a file on the main server it cannot be unzipped on the backup-one. Unzip says that file is not in gzip format. Both servers have the same gzip v1.4.
I may scp gzipped file back to main server, and there it could be successfully unzipped, so the reason is not in file transfer.
The reverse operation works, so if I gzip file on the backup server, it could be unzipped on the main one.
The question is - what should I do to define the reason of error? Verbose mode does not say anything.