let's explicitly use gzip level 5 here
see http://tukaani.org/lzma/benchmarks.html
This commit is contained in:
parent
770adbaf71
commit
4d8eb25148
|
@ -258,7 +258,7 @@ module BackupRestore
|
|||
end
|
||||
|
||||
log "Gzipping archive..."
|
||||
`gzip #{tar_filename}`
|
||||
`gzip -5 #{tar_filename}`
|
||||
end
|
||||
|
||||
def after_create_hook
|
||||
|
|
Loading…
Reference in New Issue