chiark / gitweb /
run rsync -z for downloads of dictionaries
[ypp-sc-tools.db-test.git] / pctb / convert.c
index 89115481d1488a9d929509b5a16f90296eff14e0..c7c027adb05baa0c3ba3f879ef2a38c20a7298ec 100644 (file)
@@ -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");
   }