|
From: Bruce S. <bw...@re...> - 2008-10-27 18:28:05
|
> Can I very politely put in my request again for rdiff-backup Sure, you can ask! :-) Unfortunately I'm swamped at work and won't have time in the near future. Maybe someone else will add it sooner. Or if you were do add it, I'm sure someone would apply the changes. In any case, I doubt it'll happen in the next 2.5 hours, before I start my compile tonight. On a side note, I wrote my own shell script that does backups very similar to what rdiff-backup describes. I backup with rsync every day, creating a new directory with the date in the name, and it hard links any files that haven't changed since the previous day (so they don't use any additional disk space). That way each directory appears to be a full backup, but only uses a fraction of the disk space required for multiple full backups. See the "--link-dest" parameter on rsync, and maybe you can do what you need using only rsync. > (http://www.nongnu.org/rdiff-backup/)? Apart from rdiff-backup itself, > required files which are not (I think) already in Devil-Linux are: > - librsync v0.9.7-4 > - python module pylibacl - optional, but necessary for POSIX access > control list support (personally I don't think I need this) > - python module pyxattr - optional, but necessary for extended attribute > support (personally I don't think I need this) > There are links for all of these packages on the rdiff-backup page above. Also, I have no clue how to add a Python module in DL. - BS |