let's explicitly use gzip level 5 here

see http://tukaani.org/lzma/benchmarks.html
This commit is contained in:
Jeff Atwood 2016-01-11 03:03:14 -08:00
parent 770adbaf71
commit 4d8eb25148

View file

@ -258,7 +258,7 @@ module BackupRestore
end
log "Gzipping archive..."
`gzip #{tar_filename}`
`gzip -5 #{tar_filename}`
end
def after_create_hook