Date: Mon, 14 Jan 2002 13:23:42 +0100 From: Adrian Steinmann <ast@marabu.ch> To: freebsd-stable@FreeBSD.ORG Subject: rsync on 4.5RC1 needs -S flag? Message-ID: <200201141223.NAA20257@marabu.marabu.ch>
next in thread | raw e-mail | index | archive | help
I usually use 'rsync -av' to tranfer files (RSYNC_RSH=ssh). Running the latest RC I was quite astonished to encounter currupt gzipped tarballs: the file lengths matched but the md5 checksums didn't. rsync -av would not detect a difference, but rsync -avcS ("checksum, handle sparse files efficiently") would detect a difference and rsync correctly. Anybody else observe this behavior? FWIW, This happened for various binary files on a vinum raid5 partition with softupdates enabled. Adrian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201141223.NAA20257>