Outils pour utilisateurs

Outils du site


doc:dak:analyse_usr_share_doc_dak_scripts_mkchecksums
#!/bin/sh
# Update the md5sums file
# $Id: mkchecksums,v 1.2 2000/12/20 08:15:35 troup Exp $

set -e
. $SCRIPTVARS

dsynclist=$dbdir/dsync.list
md5list=$indices/md5sums

echo -n "Creating md5 / dsync index file ... "

cd "$ftpdir"
dsync-flist -q generate $dsynclist --exclude $dsynclist --md5
dsync-flist -q md5sums $dsynclist | gzip -9n > ${md5list}.gz
dsync-flist -q link-dups $dsynclist || true
doc/dak/analyse_usr_share_doc_dak_scripts_mkchecksums.txt · Dernière modification: 2005/09/20 12:31 par lehobey