diff --git a/lib/backup_restore/backuper.rb b/lib/backup_restore/backuper.rb index 02b1c48811a..a1eff022102 100644 --- a/lib/backup_restore/backuper.rb +++ b/lib/backup_restore/backuper.rb @@ -258,7 +258,7 @@ module BackupRestore end log "Gzipping archive..." - `gzip --best #{tar_filename}` + `gzip #{tar_filename}` end def after_create_hook