#!/bin/sh
# make backup copies of the web
rm /var/ti/webs/pips.web.5

mv /var/ti/webs/pips.web.4 /var/ti/webs/pips.web.5
mv /var/ti/webs/pips.web.3 /var/ti/webs/pips.web.4
mv /var/ti/webs/pips.web.2 /var/ti/webs/pips.web.3
mv /var/ti/webs/pips.web.1 /var/ti/webs/pips.web.2
cp /mit/ti_data/admin/pips.web /var/ti/webs/pips.web.1
