|
From: Jochen M. | steptown.c. <j.m...@st...> - 2004-05-12 06:10:04
|
Hi Rodrigo, please refer to the notes in the root install directory. Am Mi, 2004-05-12 um 02.41 schrieb Rodrigo VB: > Thanks, I already working on it! > Explain me something, since I am using rsync, I need to type the password on > shell. We do not work with a password over ssh. Actually you have to create a public / private key pair. It is described in the Docu how to do this. > So, how can I do this only on bobs interface? Can I do this without use a > password, or I need to do some other configurations? > Checking the server, the command "rsync -n serv01::/home" don't work, I have to > delete one of ":". But, with "rsync -n serv01:/home" I have those messages: > > Permission denied, please try again. > Permission denied, please try again. > Permission denied (publickey,password,keyboard-interactive). > No, you do not need a password with a public/private key pair > How can I fix it? > > > > cheers Jochen > > > 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 > >> > > > ------------------------------------------------------- > 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 |