#!/bin/bash
# update djvu files on auditorymodels.org
#rsync -azP --progress --exclude=PDFSandGZ/ --exclude=BSTJ/ ./*.djvu hear:/home/www/Djvu/
#rsync -azP --progress Allen/* hear:/home/www/Djvu/Allen/

# -n dry run
#rsync -nazP --progress *.pdf engr:./Private/
rsync -azLP --progress  * engr:Public/Allen
rsync -azP --progress  * engr:Public

##cd PDFSandGZ
#rsync -azP --progress PDFSandGZ/* hear:/home/www/Djvu/PDFSandGZ/
