|
From: Rodrigo V. <ro...@po...> - 2004-05-08 00:04:24
|
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? 2) Why doesn't it use compressing? Some other programs have to compress t= he files on client-side, to simplify transmission... 3) Which linux distribution is recommended? In red hat 9 I had different = problems than using fedora. I am just trying to understand bobs working process ....thanks!!! :) Rodrigo |
|
From: Joe Z. <jz...@co...> - 2004-05-08 05:42:29
|
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 |
|
From: Rodrigo V. <ro...@po...> - 2004-05-10 23:24:43
|
Thanks for the answers! I am interested in doing the implementation of restore over rsync or ano= ther solution, because I can=B4t use nfs or samba, but I don=B4t know exactly = how to start. Can you give me some orientations? Those php scripts are a little confusi= ng. Some solutions I thought about was scp, ftp and rsync, but I am accepting easi= er suggestions. It isn=B4t just copying a shell command on php restore scrip= t, right? Are there some parameteres from the database to consider or important cha= nges on scripts for this new implementation? I also don=B4t 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 differen= t 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 de= liver > higher performing products faster, at low TCO. > http://www.sleepycat.com/telcomwpreg.php?From=3Dosdnemail3 > _______________________________________________ > Bobs-devel mailing list > Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel > > |
|
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 |
|
From: Rodrigo V. <ro...@po...> - 2004-05-12 00:42:01
|
Thanks, I already working on it! Explain me something, since I am using rsync, I need to type the passwor= d on shell. So, how can I do this only on bobs interface? Can I do this withou= t 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 message= s: Permission denied, please try again. Permission denied, please try again. Permission denied (publickey,password,keyboard-interactive). How can I fix it? > 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=C2=B4t use nfs or samba, > this is cool ;o) > >> but I don=C2=B4t know exactly how to start. >> Can you give me some orientations? Those php scripts are a little conf= using. > Your friend is inc/class_restore.php > > Actually restoring is not done directly, but a bash file is written. Yo= u > 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 jum= p > into it. > >> Some >> solutions I thought about was scp, ftp and rsync, but I am accepting e= asier >> suggestions. It isn=C2=B4t 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=C2=B4t understand db s= o well, but I >> am >> already studying the scripts. >> Thanks for your help!!! >> >> Rodrigo >> |
|
From: Joe Z. <jz...@co...> - 2004-05-12 03:25:45
|
Rodrigo VB wrote: > Thanks, I already working on it! > Explain me something, since I am using rsync, I need to type the password on >shell. 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). > > How can I fix it? > > > > Open bobs admin web page in your browser and click on the Help button. It explains step-by-step how to setup rsync to work with a key instead of a password. Joe |
|
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 |
|
From: Rodrigo V. <ro...@po...> - 2004-05-14 19:06:01
|
Thanks! I've already used keys...I thought it might have some another way. > 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 pass= word on >> shell. > > We do not work with a password over ssh. > Actually you have to create a public / private key pair. It is describe= d > in the Docu how to do this. > > >> So, how can I do this only on bobs interface? Can I do this without us= e 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 mess= ages: >> >> 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=C3=82=C2=B4t use nfs or samba, >> > this is cool ;o) >> > >> >> but I don=C3=82=C2=B4t know exactly how to start. >> >> Can you give me some orientations? Those php scripts are a little c= onfusing. >> > 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 back= up >> > 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 acceptin= g easier >> >> suggestions. It isn=C3=82=C2=B4t just copying a shell command on ph= p restore script, >> right? >> >> Are there some parameteres from the database to consider or importa= nt changes >> on >> >> scripts for this new implementation? I also don=C3=82=C2=B4t unders= tand 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 d= eliver >> higher performing products faster, at low TCO. >> http://www.sleepycat.com/telcomwpreg.php?From=3Dosdnemail3 >> _______________________________________________ >> 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 de= liver > higher performing products faster, at low TCO. > http://www.sleepycat.com/telcomwpreg.php?From=3Dosdnemail3 > _______________________________________________ > Bobs-devel mailing list > Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel > > |
|
From: Jochen M. <ml...@om...> - 2004-05-15 18:33:50
|
Am Fr, 2004-05-14 um 20.44 schrieb Rodrigo VB: > Thanks! > I've already used keys...I thought it might have some another way. > No, I've digged into that stuff and using a key pair was the most simple way to use it. Cheers jochen > > 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 > > > > > > > > ------------------------------------------------------- > > 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: SourceForge.net Broadband > Sign-up now for SourceForge Broadband and get the fastest > 6.0/768 connection for only $19.95/mo for the first 3 months! > http://ads.osdn.com/?ad_id%62&alloc_ida84&op=click > _______________________________________________ > Bobs-devel mailing list > Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel -- omatix.de internet services omatix solutions & trainings omatix onlineverlag Jochen Metzger j.m...@om... Telefon +49(30) 78709298 Fax +49(30) 78709296 -- Hosting für Ihr Business: http://hosting.omatix.de |