PERF: gzip --best can be very slow, use standard compression
This commit is contained in:
parent
14741b5dac
commit
cbd1df1963
|
@ -258,7 +258,7 @@ module BackupRestore
|
|||
end
|
||||
|
||||
log "Gzipping archive..."
|
||||
`gzip --best #{tar_filename}`
|
||||
`gzip #{tar_filename}`
|
||||
end
|
||||
|
||||
def after_create_hook
|
||||
|
|
Loading…
Reference in New Issue