Rdiffweb

From QNAPedia
Revision as of 12:10, 30 June 2015 by Admin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

rdiffWeb is a web interface for browsing and restoring from rdiff-backup repositories. It is written in Python and is distributed under the GPL license.

Introduction

You may want to install rdiffWeb to manage the rdiff backups created by the python program rdiff-backup that you have installed with ipkg. The advantage of rdiffweb is that it gives your users a nice web interface for restoring files on their own, without administrator intervention.

Unfortunately rdiffweb is not available from ipkg. rdiffweb requires the following software packages to be installed: Python, librsync, rdiff-backup, CherryPy. The website lists pysqlite as a requirement as well, however, in Python 2.5+, the sqlite3 is included in the distribution

Structure

There are a few directories that rdiff-backup needs to work.

You should create a share for your rdiff backups using the web interface, which is stored on the volumes of your choosing. /usr/share/rdiffbackup/

Installation

*Work in progress*