March 2010
M T W T F S S
« Feb    
1234567
891011121314
15161718192021
22232425262728
293031  

One thing that really sucks on rdiff-backup

I’ve been using rdiff-backup for sometime for my own projects, and I’m actually very happy with the way it works with incremental backups of three of my servers and two desktop computers. But there’s a thing that really sucks: when a connection to a remote host fails, next time it will try to regress all [...]

XRestore, an script for rdiff-backup script…

I’ve wrote this script to restore rdiff-backups with regular users conserving the files ownerships.
The problem is that in modern UNiX systems -like GNU/LiNUX- regular users cannot change the owner of files because this is a security thread, so to allow that rdiff-backup could restore file ownership it must run as superuser -root-.
This script acts as [...]

rdiff-backup and regular users

How to create backups with rdiff-backup restorable by regular users.