echo "This script updates the /blog/ directory from the webserver to this disk"

echo "Hit ctrl+c within 5 seconds to abort"

sleep 5s

rsync -azvu satellite.vizzzion.org:/home/sebas/www/blog/ /home/sebas/www/blog/

