mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: gzip backups using best compression
This commit is contained in:
parent
80911b92d0
commit
9eb3958374
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user