A web based implementation of the JSSBackupUtil.
*This package requires the LAMP stack to function.
###Features:
- Start and Stop Tomcat over an SSH Connection
- Backup Databases to a chosen Directory
2a. Backup and download to a remote machine. - Restore a database backup from a .sql file.
- Scheudle automatic backups
- Automatically delete backups older than a certain time.
###TODO:
- Create an Installer
- Implement more error logging.
- Finish Documenting Code
- Add Windows Support?
###How to use:
- After installing the LAMP stack, add all of the files to the PHP /var/www/html dir.
- Import the DB to mysql and configure db.php.
- Register users who would like to use the app in /register. Each users configuration goes into the DB seperate.
- Use it!