From 37dc407a29c681a0f8599609759be5a53058f9b1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 3 Jul 2009 20:57:47 +0100 Subject: [PATCH] run rsync -z for downloads of dictionaries --- pctb/convert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pctb/convert.c b/pctb/convert.c index 8911548..c7c027a 100644 --- a/pctb/convert.c +++ b/pctb/convert.c @@ -127,7 +127,7 @@ void fetch_with_rsync(const char *stem) { if (DEBUGP(rsync)) fprintf(stderr,"executing rsync to fetch %s to %s\n",remote,local); execlp(rsync, "rsync", - DEBUGP(rsync) ? "-vLt" : "-Lt", + DEBUGP(rsync) ? "-zvLt" : "-zLt", "--",remote,local,(char*)0); sysassert(!"exec rsync failed"); } -- 2.30.2