# ri server
RSYNC_DST1="liveboot@riserver/liveboot/"
# storage DC (mgmt11)
-RSYNC_DST2="liveboot@10.251.1.1/liveboot/"
-# pbb (mgmt5)
-RSYNC_DST3="liveboot@10.254.1.1/liveboot-dcmanager/"
-# staging (mgmt9)
-RSYNC_DST4="liveboot@10.252.1.1/liveboot/"
+RSYNC_DST2="liveboot@mgmt-qa/liveboot-staging/"
# dc1+2 (mgmt1)
-RSYNC_DST5="liveboot@10.1.1.1/liveboot-dcmanager/"
+RSYNC_DST3="liveboot@10.1.1.1/liveboot-dcmanager/"
ping_and_rsync() {
#
#
echo
ping_and_rsync $RSYNC_DST1 "mirror to r+i"
-ping_and_rsync $RSYNC_DST2 "mirror to storage-dc"
-ping_and_rsync $RSYNC_DST3 "mirror to pbb"
-ping_and_rsync $RSYNC_DST4 "mirror to staging"
-ping_and_rsync $RSYNC_DST5 "mirror to DC1+2"
+ping_and_rsync $RSYNC_DST2 "mirror to staging"
+ping_and_rsync $RSYNC_DST3 "mirror to DC1+2"
du -sh /srv/mirror/liveboot
figlet "OK"