Both Mac and Linux packages are available at the download page.
The Mac package is distributed as a DMG image and it is as easy to install as any other Mac software. Simply download and mount the DMG image, then drag the Backup Nexus.app bundle to the Applications folder. You can then launch Backup Nexus from your Applications folder.
The Linux package is a little more complicated, but we have bundled the whole package as a self-extracting installer to help with the installation. Once you download the bin file, do:
- cd /where/you/saved/the/BackupNexus.bin
- chmod a+x BackupNexus.bin
- sudo ./Backupnexus.bin
For now, we are only supporting Backup Nexus in a desktop setting, meaning that Backup Nexus will run after you have logged into your desktop environment (GNOME or KDE). Running Backup Nexus as a background daemon service is not officially supported.
For the Linux package, you will also need to have a Java 6 runtime installed. For example, if you are on Ubuntu, you can install the Sun Java runtime by:
- sudo apt-get install sun-java6-bin sun-java6-jre sun-java6-jdk