
#!/bin/sh 
export RSYNC_PASSWORD=" tssxy"
echo To Department server 
rsync -a -e ssh *.html olivia@cobbles:/home/courses/www/c186-221/2022-Autumn/
#rsync -a -e ssh /users/olivia/public_html/GGeology/Lectures/PDFs/* olivia@cobbles:/home/courses/www/c186-221/Lectures/PDFs
#rsync -a -e ssh /users/olivia/public_html/GGeology/Lectures/Powerpoints/* olivia@cobbles:/home/courses/www/c186-221/Lectures/Powerpoints
#rsync -a -e ssh /users/olivia/public_html/GGeology/Lectures/MP4-Videos/* olivia@cobbles:/home/courses/www/c186-221/Lectures/MP4-Videos
echo To Transsexy
rsync -a -e ssh *.html olivia@transsexy:~/public_html/GGeology/2022-Autumn/
#rsync -a -e ssh /users/olivia/public_html/GGeology/Lectures/PDFs/* olivia@transsexy:/users/olivia/public_html/GGeology/Lectures/PDFs
#rsync -a -e ssh /users/olivia/public_html/GGeology/Lectures/Powerpoints/* olivia@transsexy:/users/olivia/public_html/GGeology/Lectures/Powerpoints
#rsync -a -e ssh /users/olivia/public_html/GGeology/Lectures/MP4-Videos/* olivia@transsexy:/users/olivia/public_html/GGeology/Lectures/MP4-Videos

