release 21 will appears as soon as mirrors sync. Same highly experimental, do so at your own risk warning!
# rpm -qp --changelog smeserver-rdiff-backup-0.0.1-21dmay.noarch.rpm
* Tue Oct 31 2006 Darrell May <dmay@myezserver.com> 0.0.1-19dmay
- rename rdiff-backup-restore rdiff-backup-dr-restore
- added rdiff-backup-restore
- smeserver-rdiff-backup-0.0.1-21dmay.patch
FYI. Restoring data from your last backup is easy. Just use standard command line tools to mount, access and copy data from your backup drive.
However when restoring incremental data using the rdiff-backup command this easily turns very dangerous if you enter the wrong commands. AFAICT when you restore data it syncs your restore request to current data, essentially removing anything that doesn't match. So restores have to be handled VERY carefully.
In release 21 the rdiff-backup-restore action script recovers data from your backup, either latest (now) or to a defined past time (1D, 2D etc) and places the recovered data on your backup drive. Backups are found under $MOUNT/rdiff-backup and restores are placed under $MOUNT/rdiff-restore. It then launches Midnight Commander which you can use to complete the restore process to your system drive. This will make more sense when you run it and see it in action. The syntax is:
rdiff-backup-restore restore-as-of path-to-restore
Darrell