set -e
+
export
export DIST=squeeze
# ri server
RSYNC_DST1="liveboot@riserver/liveboot/"
# pbb
-RSYNC_DST2="liveboot@10.254.1.1/livebuild/"
+RSYNC_DST2="liveboot@10.254.1.1/liveboot/"
figlet "still work in progress, but... getting there"
#
echo
echo "Now rsyncing results to $RSYNC_DST1 ..."
-rsync --password-file /etc/rsynclivebuild-send.pass -avv --delete --delete-excluded $RSYNC_FILTER $RSYNC_SRC/ rsync://$RSYNC_DST1 && figlet "mirror OK"
+rsync --password-file /etc/rsynclivebuild-send.pass -avv --delete --delete-excluded $RSYNC_FILTER $RSYNC_SRC/ rsync://$RSYNC_DST1
+figlet "mirror to r+i OK"
echo "Now rsyncing results to $RSYNC_DST1 ..."
-rsync --password-file /etc/rsynclivebuild-send.pass -avv --delete --delete-excluded $RSYNC_FILTER $RSYNC_SRC/ rsync://$RSYNC_DST2 && figlet "mirror OK"
+rsync --password-file /etc/rsynclivebuild-send.pass -avv --delete --delete-excluded $RSYNC_FILTER $RSYNC_SRC/ rsync://$RSYNC_DST2
+figlet "mirror to pbb OK"
#
# cleanup /srv/mirror, keep MAX number of images