#!/bin/sh # Author + Copyright 1999-2005 Jorg Janke # $Id: RUN_DBExport.sh,v 1.10 2005/05/31 18:45:33 jjanke Exp $ if [ $IDEMPIERE_HOME ]; then cd $IDEMPIERE_HOME/utils fi . ./myEnvironment.sh Server echo Export idempiere Database - $IDEMPIERE_HOME \($ADEMPIERE_DB_NAME\) # Parameter: / sh $ADEMPIERE_DB_PATH/DBExportdp.sh $ADEMPIERE_DB_USER $ADEMPIERE_DB_PASSWORD system/$ADEMPIERE_DB_SYSTEM # sh $ADEMPIERE_DB_PATH/DBExportFulldp.sh system/$ADEMPIERE_DB_SYSTEM if [ $IDEMPIERE_HOME ]; then cd $IDEMPIERE_HOME/utils fi sh myDBcopy.sh