PERF: gzip --best can be very slow, use standard compression

This commit is contained in:
Sam 2015-03-31 15:13:53 +11:00
parent 14741b5dac
commit cbd1df1963

View File

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