From: Michal L. <mi...@lo...> - 2008-03-30 12:34:03
|
Stef Bon wrote: > My idea is to only do a copy or a sync of a directory of my choice, for > example my homedirectory, once a day (4.30 at night for example), to the > mounted mysqlfs. > This way not every change will get his way to the database. > > Of course there should be a policy on how long a version will stay in > the database, and there should be some utilities to find previous > versions. But that's not the most difficult step I think. 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) HTH. Michal |