2 # Update the md5sums file
3 # $Id: mkchecksums,v 1.2 2000-12-20 08:15:35 troup Exp $
8 dsynclist=$dbdir/dsync.list
9 md5list=$indices/md5sums
11 echo -n "Creating md5 / dsync index file ... "
14 dsync-flist -q generate $dsynclist --exclude $dsynclist --md5
15 dsync-flist -q md5sums $dsynclist | gzip -9n > ${md5list}.gz
16 dsync-flist -q link-dups $dsynclist || true