For those willing to test it, I'm working on a future rdiffweb release. I've already wrote about it in my previous post. Have a look at github and the roadmap to know what changes.
Quick How to install (on debian or ubuntu)
sudo apt-get install python-cherrypy3 python-pysqlite2 libsqlite3-dev python-jinja2 python-setuptools
wget --no-check-certificate -O rdiffweb.tar.gz https://github.com/ikus060/rdiffweb/archive/master.tar.gz
tar zxf rdiffweb.tar.gz
cd rdiffweb-develop
python setup.py build
sudo python setup.py install
Start the service
sudo /etc/init.d/rdiffweb start
Browse to ''http://localhost:8080/setup/'' to finish the configuration. It should create a default administrator user:
- username: admin
- password: admin123
Next is to login as admin, and change you user root directory.