rtweeks / s3-sysbackup

An AWS S3-backed, Unix-philosophy backup system
Other
1 stars 0 forks source link

Explicitly specify an `mtime` to the `GzipFile` #4

Closed rtweeks closed 3 years ago

rtweeks commented 3 years ago

This should solve the problem of the same input content producing different outputs from the gzipping process.

Fixes #1