A graphical web frontend to [Box Backup](http://www.boxbackup.org/) written in [Python](http://www.python.org/). Installation ============ - Extract tar file to your www folder (on backup client, not server) - Create a user without shell access, eg. *bbexp* - Set owner: ```chown bbexp.bbexp bbexplorer.cgi``` - Set mode: ```chmod 500 bbexplorer.cgi``` - This script should be accessible only by authenticated users and must be executed as file owner. Therefore you have to modify your apache configuration to something like: ```apache SuexecUserGroup bbexp bbexp AddHandler cgi-script .cgi AuthType Basic AuthName "Box Backup Explorer" AuthUserFile /path/to/.htusers Require valid-user ``` - This script partially executes itself via sudo. Modify sudoers by running *visudo* and add: ```conf # Box Backup Explorer bbexp ALL=NOPASSWD: /path/to/bbexplorer.cgi ``` - Finally adjust the configuration section in *bbexplorer.cgi*