On Fri, Oct 06, 2006 at 01:29:10PM +0200, Paul Slootman wrote: > the "Building file list..." message and the file count aren't shown. > This seems a little strange to me...
That's because you didn't specify -v. If you specify --progress without some kind of name outputting, rsync turns on -v. With -i, it doesn't need to enable name logging, so it doesn't force -v. Solution: specify -v if you want it. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
