Issue #1898: Modify service backup export_configuration script to also include site's map bundles.

Former-commit-id: 7303425900 [formerly d197bc7fef0ca97f533d5270625b5e696ab29dca]
Former-commit-id: d5c8ecc6d3
This commit is contained in:
David Gillingham 2013-04-12 09:50:47 -05:00
parent cc0748d2d9
commit 967ec40df6

View file

@ -79,6 +79,10 @@ log_msg Copying cave site configuration for site ${CAPS_SITE} to temporary direc
cp -r ${LOCALIZATION_PATH}/cave_static/site/${CAPS_SITE}/gfe $caveDest/site
log_msg 70
log_msg Copying cave site maps configuration for site ${CAPS_SITE} to temporary directory...
cp -r ${LOCALIZATION_PATH}/cave_static/site/${CAPS_SITE}/bundles/maps $caveDest/site
log_msg 75
log_msg Copying cave site colormaps configuration for site ${CAPS_SITE} to temporary directory...
cp -r ${LOCALIZATION_PATH}/cave_static/site/${CAPS_SITE}/colormaps $caveDest/site
log_msg 80