RSYNC_DST3="liveboot@10.254.1.1/liveboot/"
# staging (mgmt9)
RSYNC_DST4="liveboot@10.252.1.1/liveboot/"
-# TODO: DC1 + DC2
+# dc1+2 (mgmt1)
+RSYNC_DST5="liveboot@10.1.1.1/liveboot/"
BUILD_SCRIPT=$(mktemp)
cat > $BUILD_SCRIPT <<-EOF
echo "Now rsyncing results to $RSYNC_DST4 ..."
rsync --password-file /etc/rsynclivebuild-send.pass -avv --delete --delete-excluded $RSYNC_FILTER $RSYNC_SRC/ rsync://$RSYNC_DST4
figlet "mirror to staging OK"
-
-echo "mirror to DCs is MISSING"
-
+echo "Now rsyncing results to $RSYNC_DST5 ..."
+rsync --password-file /etc/rsynclivebuild-send.pass -avv --delete --delete-excluded $RSYNC_FILTER $RSYNC_SRC/ rsync://$RSYNC_DST5
+figlet "mirror to DC1+2 OK"
du -sh /srv/mirror/liveboot
-
figlet "OK"
-