From: Stef B. <st...@bo...> - 2008-03-30 12:54:29
|
Michal Ludvig wrote: > I think what you really want is something like "rdiff-backup" or > "duplicity". Both tools let you maintain backups with history, remove > old revisions, etc. You can indeed store the archives in mysqlfs if you > wish. > > Have a look at: > - http://www.nongnu.org/duplicity/ > - http://rdiff-backup.stanford.edu/ > - http://www.debian-administration.org/articles/209 (not really > debian-specific, don't worry) > Thanks for the links. I'm using rdiff-backup already on some machines now. The reason for trying to do this with mysqlfs is that it has special potential on maintaining versions, cause it's fuse and it's in a database. Then you do not need a complicated script as rdiff-backup, but backups are made on the fly. I'll check the links anyway. Stef Bon |