summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index bae332e..f1f8af9 100644
--- a/check.py
+++ b/check.py
@@ -60,7 +60,7 @@ class GardCheck:
# and takes path relative to this)
def get_file_rsync(self, path, dir='.'):
target = self._rsync_url_to_cmd(self.url, path)
- retcode = subprocess.call(['rsync', '-aqP', '--no-motd',
+ retcode = subprocess.call(['rsync', '-aqPz', '--no-motd',
'--contimeout=30', target, dir])
if retcode > 0:
logging.error('rsync returned %d during gentoo-portage check' % retcode)