FEATURE: gzip backups using best compression

This commit is contained in:
Régis Hanol 2014-03-11 12:47:51 +01:00
parent 80911b92d0
commit 9eb3958374
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ module Export
end end
log "Gzipping archive..." log "Gzipping archive..."
`gzip #{tar_filename}` `gzip --best #{tar_filename}`
end end
def notify_user def notify_user