From 9eb395837448a85b6e3edfa419fce6e9e1dac391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Tue, 11 Mar 2014 12:47:51 +0100 Subject: [PATCH] FEATURE: gzip backups using best compression --- lib/export/exporter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/export/exporter.rb b/lib/export/exporter.rb index 178bee089c4..c7f39d78c84 100644 --- a/lib/export/exporter.rb +++ b/lib/export/exporter.rb @@ -238,7 +238,7 @@ module Export end log "Gzipping archive..." - `gzip #{tar_filename}` + `gzip --best #{tar_filename}` end def notify_user