Skip to content
Snippets Groups Projects
Commit 08ea0a6f authored by juanf's avatar juanf
Browse files

SSDM-3512 : Backup/restore

SVN: 36207
parent 30022605
No related branches found
No related tags found
No related merge requests found
...@@ -56,4 +56,9 @@ if [ -d $ROOT_DIR/beewm ]; then ...@@ -56,4 +56,9 @@ if [ -d $ROOT_DIR/beewm ]; then
mv $ROOT_DIR/beewm/bee-workflowmanager/etc $BACKUP_DIR/beewm mv $ROOT_DIR/beewm/bee-workflowmanager/etc $BACKUP_DIR/beewm
fi fi
if [ -d $ROOT_DIR/core-plugins/eln-lims/1/as/webapps/eln-lims/html/etc ]; then
echo "mv $ROOT_DIR/core-plugins/eln-lims/1/as/webapps/eln-lims/html/etc $BACKUP_DIR/eln-lims"
mv $ROOT_DIR/core-plugins/eln-lims/1/as/webapps/eln-lims/html/etc $BACKUP_DIR/eln-lims
fi
echo "DONE" echo "DONE"
...@@ -58,3 +58,7 @@ if [ -d $BEE ]; then ...@@ -58,3 +58,7 @@ if [ -d $BEE ]; then
cp $CONF/../beewm/* $BEE/bee-workflowmanager/etc/ cp $CONF/../beewm/* $BEE/bee-workflowmanager/etc/
fi fi
# -- ELN-LIMS
if [ -d $ROOT/core-plugins/eln-lims/1/as/webapps/eln-lims/html/etc ]; then
cp $CONF/../eln-lims/* $ROOT/core-plugins/eln-lims/1/as/webapps/eln-lims/html/etc/
fi
\ No newline at end of file
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