How do I install BackupRx Backup Manager on FreeBSD?
You can either run BackupRx Backup Manager on a Linux version of Sun Java JDK (performance might not be optimized) or on a FreeBSD native Java SDK. For the Linux version of Sun Java JDK option you need to: 1. Install Linux binary compatible port to the FreeBSD machine 2. Install the Linux version of Sun Java 1.4.2 or above JDK onto the FreeBSD machine 3. Create a symbolic link from $OBM_HOME/jvm to $JAVA_HOME (installed in previous step) 4. Run $OBM_HOME/bin/RunBackupSet.sh [BACKUP_SET_NAME] to run your backup 5. Run $OBM_HOME/bin/Scheduler.sh to start the backup scheduler For the FreeBSD native Java SDK option you need to: 1. Install Linux binary compatible port to the FreeBSD machine 2. Install the Linux version of Sun Java 1.4.2 or above JDK onto the FreeBSD machine 3. Compile the FreeBSD native Java 1.4.2 SDK using the JDK compiler installed in the previous step 4. Install the FreeBSD native Java 1.4.2 SDK onto the FreeBSD machine 5. Create a symbolic link from $OBM_HOME/jvm to $JA