Re: md5sum
> "Andrew D. Dixon" wrote:
>
> when I ran the rsync:
>
> rsync --verbose --progress --stats --block-size=8192
> sunsite.org.uk::publick/packages/debian-cd/binary-i386.iso
>
You should use:
rsync --verbose --progress --stats --block-size=8192
sunsite.org.uk::publick/packages/debian-cd/2.1_r4/i386/binary-i386.iso
BTW, to see the contents of a directory you can use:
rsync --dry-run server::directory/\*
Once you have the files, try:
md5sum -vc MD5SUMS
whith the MD5SUMS file you got from the same directory in the rsync
server.
bye
carlosb
Reply to:
- References:
- md5sum
- From: "Andrew D. Dixon" <dixon@together.net>