mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 06:25:11 -05:00
FEATURE: gzip backups using best compression
This commit is contained in:
@@ -238,7 +238,7 @@ module Export
|
||||
end
|
||||
|
||||
log "Gzipping archive..."
|
||||
`gzip #{tar_filename}`
|
||||
`gzip --best #{tar_filename}`
|
||||
end
|
||||
|
||||
def notify_user
|
||||
|
||||
Reference in New Issue
Block a user