|
From: Jochen M. | steptown.c. <j.m...@st...> - 2004-05-11 06:32:51
|
Hi Rodrigo, Am Di, 2004-05-11 um 01.24 schrieb Rodrigo VB: > Thanks for the answers! > I am interested in doing the implementation of restore over rsync or another > solution, because I can´t use nfs or samba, this is cool ;o) > but I don´t know exactly how to start. > Can you give me some orientations? Those php scripts are a little confusing. Your friend is inc/class_restore.php Actually restoring is not done directly, but a bash file is written. You can find these bash-file (as well as created php-files) in your backup directory under the directory current/process/cmd Every file in there is being executed and after that deleted. the db stuff is to handle what has been backupped. You do not really have to understand that in detail. Just pick it from the other stuff. I have implemented the rsync_ssh backup method. Afaik has Rene implemented something with sftp, isn't it, Rene. (but i think the method is called rsync_ssh, cause it is implemented in conjunction with the access data of the rsync_ssh backup method) Well I think sftp is the coolest way to make a restore again. Well you just have to jump into it. Just checkout the cvs stuff and jump into it. > Some > solutions I thought about was scp, ftp and rsync, but I am accepting easier > suggestions. It isn´t just copying a shell command on php restore script, right? > Are there some parameteres from the database to consider or important changes on > scripts for this new implementation? I also don´t understand db so well, but I am > already studying the scripts. > Thanks for your help!!! > > Rodrigo > > > > > Rodrigo VB wrote: > > > >>I am new on bobs, and I had a couple of doubts of using it: > >> > >>1) Why bobs can't use the reverse process of rsync to restore data from? > >> > >> > > The rsync backup is a fairly new addition. We plan to add the rsync > > restore but just haven't done it yet. > > > >>2) Why doesn't it use compressing? Some other programs have to compress the files > >>on client-side, to simplify transmission... > >> > >> > > Good question. I suppose it should. I'll look into it. > > > >>3) Which linux distribution is recommended? In red hat 9 I had different problems > >>than using fedora. > >> > >> > > What problems? I'm using it on redhat 9 and Fedora core 1. If you're > > having a problem with the database, there's a fix for it in the cvs. > > > >>I am just trying to understand bobs working process ....thanks!!! > >> > >>:) > >> > >>Rodrigo > >> > >> > >> > > You have some good questions. Thanks for the feedback. > > > > Cheers, > > Joe Zacky > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by Sleepycat Software > > Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver > > higher performing products faster, at low TCO. > > http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 > > _______________________________________________ > > Bobs-devel mailing list > > Bob...@li... > > https://lists.sourceforge.net/lists/listinfo/bobs-devel > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by Sleepycat Software > Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver > higher performing products faster, at low TCO. > http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 > _______________________________________________ > Bobs-devel mailing list > Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel |