X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=blobdiff_plain;f=pctb%2Fconvert.c;fp=pctb%2Fconvert.c;h=c7c027adb05baa0c3ba3f879ef2a38c20a7298ec;hp=89115481d1488a9d929509b5a16f90296eff14e0;hb=37dc407a29c681a0f8599609759be5a53058f9b1;hpb=2c6eeb55b7339bf639ab93826446ffb4390e8f78 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"); }