diff options
Diffstat (limited to 'check.py')
-rw-r--r-- | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |