How to Perform Full Data Backup

How to Perform Full Windows/Linux EBI Backup

The Full Backup process contains a copy of all files and the database at a point in time.

On-line backups can occur while the EBI Server is running. Ideally this option would be done at night when tranactions processing is low.

The LINUX command to run is: {$EBI_Install_Folder}/utils/backup_system.sh[online|offline]
The WINDOWS command to run is: {$EBI_Install_Folder}\utils\backup_system.bat[online|offline]

Example: Linux Full Backup

root@SHLinux1:/opt/ebi3aug/server/utils# ./backup_system.sh online
Performing database backup.
Script variables:
Database URL : jdbc:derby://0.0.0.0:1527//opt/ebi3aug/workspace/xdb1
Database driver : org.apache.derby.jdbc.ClientDriver
Workspace location: /opt/ebi3aug/workspace/
Command : backup online
Log file : /opt/ebi3aug/server/utils/logs/backup_db_08_11_14@12-29-27.log
Database backup successful.
Archiving to /opt/ebi3aug/server/backups/ebi_archive_08_11_14@12-29-27.tar
Zipping Archive to /opt/ebi3aug/server/backups/ebi_archive_08_11_14@12-29-27.tar.gz
root@SHLinux1:/opt/ebi3aug/server/utils#





By: on