Note
Linux users usually have this software available in distribution repositories.
Note
Django and Paramiko can be installed using easy_install or pip install helper.
Download project from SourceForge.net
Go to confiback directory and do:
ConfiBack has web management interface. You can start it temporarily thanks to Django development web server, or permanently by placing to some Web server which supports Python (eg. Apache HTTP Server).
Note
Not implemented.
There is a possibility to schedule all devices backup using backup_all_devices.py Python script.
Create your cron.d script file called confiback like this:
0 23 * * * root cd /srv/www/confiback/; /usr/bin/python ./backup_all_devices.py
Make confiback file executable chmod +x confiback and move it into /etc/cron.d directory. Every day at 11 p.m. will run this backup script. Downloaded configuration backups are saved into database only if they have differences to last backed up version.