rsync --progress --archive --update /mnt/CDROM /backups/CDs/
#!/bin/bash
cd $1
echo "#!/bin/bash" > mkmd5.sh
find . -maxdepth 1 -type d | grep -v "^\.$" | sed -e "s/\(.*\)/cd \"\1\" ; ls -1R | md5sum > \"..\/\1.umd5\" ; cd ../" >> mkmd5.sh
sh mkmd5.sh
rm mkmd5.sh
cd ..
find . -name "*.umd5" -exec grep -H . {} \; > allMD5.lst
cat allMD5.lst | sort -t ":" -k 2 > sortedbyMD5.lst
cat sortedbyMD5.lst | cut -d ":" -f 2 | uniq -d > dupsMD5.lst
email
root
flog archives
In fact I'm not responsible for anything ever, so there!
Disclaimer:
This page is by me for me, if you are not me then please be aware of the following
I am not responsible for anything that works or does not work including files and pages made available at www.jumpstation.co.uk
I am also not responsible for any information(or what you or others do with it) available at www.jumpstation.co.uk