2 # Update the md5sums file
7 dsynclist=$dbdir/dsync.list
8 md5list=$indices/md5sums
10 echo -n "Creating md5 / dsync index file ... "
13 dsync-flist -q generate $dsynclist --exclude $dsynclist --md5
14 dsync-flist -q md5sums $dsynclist | gzip -9n > ${md5list}.gz
15 dsync-flist -q link-dups $dsynclist || true