Christophe Kalt <[EMAIL PROTECTED]> writes: > I'd like to extend rsync's --log-format to be more detailed > and ultimately work in --dry-run mode.
We (at the UK Mirror Service, http://www.mirrorservice.org/) need our rsync to work with --dry-run, so we use this brute-force patch. We're actually using it against 2.6.2 these days -- that bit of code hasn't changed much for a while... diff -cr rsync-2.4.1-vanilla/receiver.c rsync-2.4.1/receiver.c *** rsync-2.4.1-vanilla/receiver.c Sat Jan 29 11:35:03 2000 --- rsync-2.4.1/receiver.c Wed Feb 2 17:56:26 2000 *************** *** 353,358 **** --- 353,360 ---- if (!am_server) { log_transfer(file, fname); } + initial_stats = stats; + log_recv(file, &initial_stats); continue; } I've got a few other UKMS patches to rsync that I'll try and push to the list at some point in the near future: incoming rsync notification, virtual filesystem support, and maybe a couple of other bits. -- Adam Sampson <[EMAIL PROTECTED]> <http://offog.org/> -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html