Skip to content
Snippets Groups Projects
Commit 03b18b99 authored by anttil's avatar anttil
Browse files

SSDM-3717: openBIS workspace and plugin binaries taking space on the backups made by upgrades

SVN: 36697
parent 416327c0
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,9 @@ if [ -d $BACKUP_DIR/datastore_server/data/sessionWorkspace ]; then ...@@ -57,7 +57,9 @@ if [ -d $BACKUP_DIR/datastore_server/data/sessionWorkspace ]; then
fi fi
if [ -d $ROOT_DIR/core-plugins/eln-lims/1/as/webapps/eln-lims/html/etc ]; then if [ -d $ROOT_DIR/core-plugins/eln-lims/1/as/webapps/eln-lims/html/etc ]; then
echo "mkdir -p $BACKUP_DIR/eln-lims/1/as/webapps/eln-lims/html"
mkdir -p $BACKUP_DIR/eln-lims/1/as/webapps/eln-lims/html mkdir -p $BACKUP_DIR/eln-lims/1/as/webapps/eln-lims/html
echo "$ROOT_DIR/core-plugins/eln-lims/1/as/webapps/eln-lims/html/etc $BACKUP_DIR/eln-lims/1/as/webapps/eln-lims/html"
mv $ROOT_DIR/core-plugins/eln-lims/1/as/webapps/eln-lims/html/etc $BACKUP_DIR/eln-lims/1/as/webapps/eln-lims/html mv $ROOT_DIR/core-plugins/eln-lims/1/as/webapps/eln-lims/html/etc $BACKUP_DIR/eln-lims/1/as/webapps/eln-lims/html
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment