mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-29 08:09:55 -04:00
FEATURE: gzip backups using best compression
This commit is contained in:
parent
80911b92d0
commit
9eb3958374
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ module Export
|
|||
end
|
||||
|
||||
log "Gzipping archive..."
|
||||
`gzip #{tar_filename}`
|
||||
`gzip --best #{tar_filename}`
|
||||
end
|
||||
|
||||
def notify_user
|
||||
|
|
Loading…
Add table
Reference in a new issue