You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(23) |
Jul
(37) |
Aug
(13) |
Sep
(33) |
Oct
(37) |
Nov
(1) |
Dec
(12) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(1) |
Feb
(7) |
Mar
(34) |
Apr
(41) |
May
(20) |
Jun
(13) |
Jul
(2) |
Aug
(20) |
Sep
(13) |
Oct
(8) |
Nov
(15) |
Dec
(32) |
2004 |
Jan
(65) |
Feb
(20) |
Mar
(29) |
Apr
(27) |
May
(37) |
Jun
(9) |
Jul
(7) |
Aug
(6) |
Sep
(16) |
Oct
|
Nov
(1) |
Dec
(18) |
2005 |
Jan
(18) |
Feb
(3) |
Mar
|
Apr
(14) |
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
(23) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(13) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Paul H. <pa...@ze...> - 2004-07-18 18:14:54
|
Hello, I installed BOBS yesterday and like it very much, thank you. However, I am having problems doing a restore. The error I am receiving after clicking on restore is : Warning: dba_open(/backups/bobsdata/current/process/session/1247937204.restore.dirind ex.db,n): Driver initialization failed for handler: db3: Unable to establish lock (database file already open) in /var/www/html/bobs/inc/class_db.php on line 187 I am running Redhat Linux, kernel version 2.4.18-3. PHP version is 4.3.8. DB3 version is db3-3.3.11-6. I have tried both bobs-0.6.2 and most recent cvs, am now using cvs. The system check completes without errors. After browsing through mailing lists I noticed the entry about changing "c" to "n" for the dba_open parameter and tried that for kicks, same error. I am using rsync over ssh and nfs for restore, seems to be mounting the share fine and copies the file to restore_files, but it doesn't update the Browse Current page. Please let me know if I can provide any more info. Thank you, Paul Hamby pa...@ze... |
From: Manfred R. <MRe...@co...> - 2004-07-10 07:17:36
|
Hello Joe, thank you for your answer. I will try it in this way for testing, but because I want to install this together with many of my customers, I want to make it more automatic. Regards Manfred |
From: Joe Z. <jz...@co...> - 2004-07-10 07:00:57
|
Manfred Rebentisch wrote: >Hello, >I want to make the initial synchronisation between backup-server and >productivity-server with a network-connection from internal network. But the >later update synchronisation will be done via internet-connection. The >problem is, that the host and share-names are different. >Where is the point in the sources to make changes? Would be nice, if you can >give me an tip. The changes I give back to all. > >Manfred > > > I think you can do it by manually renaming some files and directories after the initial backup instead of modifying the source. Create a backup definition for both the LAN host/share and the internet host/share name. Do the initial backup on the LAN. Rename the /var/bobsdata/current/host/share from the LAN names to the internet names. Do the same for /var/bobsdata/incremental/host/share. Also rename the .db and .ser in both directories to the internet share name. Then enable the internet backup definition. I haven't tried it, but I can't think of why it wouldn't work. Joe |
From: Manfred R. <MRe...@co...> - 2004-07-10 06:19:41
|
Hello, I want to make the initial synchronisation between backup-server and productivity-server with a network-connection from internal network. But the later update synchronisation will be done via internet-connection. The problem is, that the host and share-names are different. Where is the point in the sources to make changes? Would be nice, if you can give me an tip. The changes I give back to all. Manfred |
From: Joe Z. <jz...@co...> - 2004-07-03 23:46:43
|
Manfred Rebentisch wrote: >Hello, > >I would like to join as a developer to your BOBS project. > > Rene is the developer of bobs, only he can decide who the developers are. >I make some work for a backup-server to, but I found your > >project more sophisticated and my additional ideas I can give to > >this project. > > What are some of your ideas? >Also I have already done some changes to your PHP-Code, so > >that german SuSE-users dont have to recompile PHP for using > >dba-support. > > Do you have a patch that shows what you changed? Does german SuSE not have dba support compiled into php? >My english may be some bumpy, but I hope it is good enough > >to avoid misunderstanding. > Your english is much better than my German! (I don't speak any foreign languages). >regards > >Manfred Rebentisch > >(EMail direct: ma...@co...) > > |
From: Rene R. <re...@gr...> - 2004-06-16 07:52:39
|
Hi Davin I'm CC'ing the bob...@li... > --being able to change, through the web interface, where files will be backed up. That is on my wishlist as well, but it is a fairly complicated job which requires modifying a lot of the files. > > --being able to compress files as they're backed up. Compression of the 'incremental' files shouldn't be too hard, but the 'current' files would have to be on a filesystem with compression since it needs access to the uncompressed files to compare it to the active files on the remote server. > > --having more detailed, real time status info (for instance what files are being backup up at a particular moment; an estimate of how long backup/restore will take; more detailed info on errors). I don't know why you would want that, but basically that would be a 'tail -f /var/log/bobs.log' in the browser. I think Joe is implementing this as an admin feature. I only want my users to be able to restore files they lost and not much more since that is not what their jobs is. Bobs is a service to the user, not a tool. Bobs is a tool to the administrator. Bobs was created because I didn't want to be interrupted in my work every time a user needed a file on some tapebackup. > Anyhow, I think it's a project with excellent potential and I'd like to be a contributor. I have beginning skills in PHP and intermediate skills with shell scripts and HTML/CSS. I'd really like to work on an interface overhaul--no offense, but I think it could use some improvement. I know that it's an admin tool, but I think it would be nice (down the road sometime) to allow them to apply different themes (skins) to the interface. If you can separate the html from the code and make it skinable that would be great. My only concern with the interface was that it should be easy to use and work in all browsers. It isn't perfect but good enough. If you can make it smoother and more user friendly that would be great. Cheers Rene |
From: Rene R. <re...@gr...> - 2004-06-16 07:49:35
|
On Sat, 2004-06-05 at 01:31, Leonardo Stevanato wrote: > Hi there, I'm trying to force authentication when the user > clicks on the DELETE and CHANGE button in administrator > page. For example, if I create a backup work no one else > can change or delete my settings, just I can do that using > my login and password. It's the same as when we want to > enter restore page. I need to type my login and password > and select my server. I want to do that to change and > delete too. Does anyone knows how to do that? Not an easy job. It would require an extra user list to authenticate against. Maybe you should consider have multiple installs of bobs. One for each user. Modify the backup cron jobs to fit. Cheers Rene |
From: Joe Z. <joe...@za...> - 2004-06-15 17:41:19
|
Giuseppe Sacco wrote: >hi bobs developers, >I was looking for a free (as in speech) backup system and found your >program. My requests are client/server architecture, backup on disk, >connect via rsync/ssh, client operability via browser, store on crypted >file systems, store of only diff. > > Bobs stores the full "current" backup and incrementals. The rest of your requirements seem compatible. >Basically, what I need is to create repository where to store backups of >different machines. Every machine should have its own crypted volume on >the backup server. > > The crypted volumes would be up to you. You could create links where bobs expects the directories to be. >My "client" machines are behind a firewall and a NAT system, so every >backup/restore and every communication should start from the client. > > bobs is initiated from the server. It can use rsync over ssh but it needs a route to the client. >The question is: is bobs for me? > > The major problem I see is bobs backups are initiated from the bobs backup server, not the client. If the client could initiate some kind of connection, such as vpn, so bobs has a route to it, then it could work. >I am compiling and installing bobs on a Debian/powerpc machine and I >only found a problem in the configure script that is actually looking >for 'httpd' as web server, while here I have apache-ssl. I just created >a patch in order to make configure test for http, apache, apache-ssl. > >Thanks, >Giuseppe > > Thanks for the patch! I will use it. I didn't know about the other web process names. >------------------------------------------------------------------------ > >--- configure.orig 2004-04-19 03:46:33.000000000 +0200 >+++ configure 2004-06-15 16:02:39.711204880 +0200 >@@ -1710,7 +1710,7 @@ > echo "$as_me:$LINENO: checking for web server user id" >&5 > echo $ECHO_N "checking for web server user id... $ECHO_C" >&6 > >-if PSOUTPUT=$(ps -C httpd -o user,rgroup,pid,ucomm --sort pid); then >+if PSOUTPUT=$(ps -C httpd,apache,apache-ssl -o user,rgroup,pid,ucomm --sort pid); then > myHTTPDUSER=$(echo "$PSOUTPUT" | tail -n 1 | cut -f 1 -d ' ') > echo "$as_me:$LINENO: result: $myHTTPDUSER" >&5 > echo "${ECHO_T}$myHTTPDUSER" >&6 > > |
From: Leonardo S. <le...@cf...> - 2004-06-15 14:35:41
|
Hello again. I doing the authentication but something strange is happening. First, I included two input text fields in the form where the buttons change and delete are placed. When i click the delete button i managed to get the values login and password. I put then into a variable and turned the variable into an array. Then I did and array_search for the values login and password and put the value that is in the next array position into variables. By doing this a get the login and the password form the backup configuration. To this point everything worked fine. Now I have to compare the login and password that came from bobs with the ones that I typed in the input text fields that i created in the main screen. Using $_REQUEST or any other method, I managed to get these values from the input text fileds. The problem is when I have to compare the values. For example, I create a backup job with the login leo and password 123. Then I want to delete it. I enter my password and login into the input fileds and click delete. The next page have to compare if the login and password I typed match the original ones. But it's considering the leo from bobs different from the leo I typed. I tryed creating the md5 of both leo's and the values were different too. Why is that? Does bobs use some special caracter type that just bobs can understand? I will post the code later here to make it clear. Did you understand my small explanation? : ) Thanks! Leo |
From: Giuseppe S. <epp...@us...> - 2004-06-15 14:21:26
|
hi bobs developers, I was looking for a free (as in speech) backup system and found your program. My requests are client/server architecture, backup on disk, connect via rsync/ssh, client operability via browser, store on crypted file systems, store of only diff. Basically, what I need is to create repository where to store backups of different machines. Every machine should have its own crypted volume on the backup server. My "client" machines are behind a firewall and a NAT system, so every backup/restore and every communication should start from the client. The question is: is bobs for me? I am compiling and installing bobs on a Debian/powerpc machine and I only found a problem in the configure script that is actually looking for 'httpd' as web server, while here I have apache-ssl. I just created a patch in order to make configure test for http, apache, apache-ssl. Thanks, Giuseppe |
From: Leonardo S. <le...@cf...> - 2004-06-05 00:11:57
|
Hi there, I'm trying to force authentication when the user clicks on the DELETE and CHANGE button in administrator page. For example, if I create a backup work no one else can change or delete my settings, just I can do that using my login and password. It's the same as when we want to enter restore page. I need to type my login and password and select my server. I want to do that to change and delete too. Does anyone knows how to do that? Thanks! Leo |
From: Joe Z. <jz...@co...> - 2004-06-01 17:28:35
|
Rene Rask wrote: >Hi Joe > >I checked out the cvs just now and did a ./configure && make install >The file permission were all messed up. Nothing was owned by apache so nothing was working. > > Was httpd running when you ran ./configure? If not, it doesn't change permissions and it tells you how to do it. >The systemcheck fails because the mount points (dirs) aren't created before the mount test. >I thought this was solved a long time ago. It used to work didn't it? > > I thought so. >I'll report back if I hit any problems with the deletion and exclude code. >Good work! > >Cheers >Rene > > I'll get back to this thread after vacation. Cheers, Joe |
From: Rene R. <re...@gr...> - 2004-06-01 12:50:28
|
On Tue, 2004-06-01 at 08:23, Joe Zacky wrote: > I spent this weekend writing an interface to edit the exclude lists - > lists of files and directories to exclude from backups. You can select a > server to edit the specific exclude list for it, or don't select a > server to edit the default exclude list. > > I'd appreciate any feedback from you cvs downloaders. Also if any of you > have tried the incremental file cleanup routines I committed to cvs a > couple weeks ago I'd appreciate feedback on that too. > > Cheers, > Joe Hi Joe I checked out the cvs just now and did a ./configure && make install The file permission were all messed up. Nothing was owned by apache so nothing was working. The systemcheck fails because the mount points (dirs) aren't created before the mount test. I thought this was solved a long time ago. It used to work didn't it? I'll report back if I hit any problems with the deletion and exclude code. Good work! Cheers Rene |
From: Joe Z. <jz...@co...> - 2004-06-01 06:24:03
|
I spent this weekend writing an interface to edit the exclude lists - lists of files and directories to exclude from backups. You can select a server to edit the specific exclude list for it, or don't select a server to edit the default exclude list. I'd appreciate any feedback from you cvs downloaders. Also if any of you have tried the incremental file cleanup routines I committed to cvs a couple weeks ago I'd appreciate feedback on that too. Cheers, Joe |
From: Joe Z. <jz...@co...> - 2004-05-23 21:49:35
|
I've committed the incremental file cleanup to cvs. It uses a new class "class_cleanup.php" that's based on class_db.php and uses it's variables and a couple of it's functions. The output of the incremental cleanup lists all the files and directories that get deleted but it goes to standard output instead of bobs.log, which for the cron job "backup.php" ends up in root's email. We may want to make a change to redirect the output of backup.php to bobs.log. Here's how it works: o backup.php creates a new cleanup object. o backup.php runs cleanup->delete_files() and cleanup->delete_dirs(). o delete_files() reads through the bobs database and deletes files older than the calculated days to keep. It also removes the records from the database. o delete_dirs() reads through the bobs directory database and removes any empty directories and deletes the record from the database. I hope some of you will update your bobs installation from cvs, try this out, and let me know how it works before we create a new release. Cheers, Joe |
From: Joe Z. <jz...@co...> - 2004-05-22 23:52:41
|
Rodrigo VB wrote: > Hi! > This is very interesting...but I have no idea of how to do that! Can you please >give me orientations of how use this manual restore and sftp, step by step??? > > 1) Open konqueror From a xterm or console session type: konqueror & 2) Split the window in two Click on Window, then Split View 3) Browse to the bobsdata directory in the left (or top) pane Click on one of the panes. In the url type file:/var/bobsdata 4) In the right pane sftp://your.server Click in the other pane. In the url type the name of the computer where you want to restore the files, like this sftp://your.server.name. This assumes you have ssh setup on that machine. 5) Then you can drag and drop files from bobsdata to the other server. Drag and drop files from one pane to the other. Joe |
From: Joe Z. <joe...@za...> - 2004-05-18 00:34:01
|
Leonardo Stevanato wrote: > Hello, thanks for your attention! ; ) > > Now i'm using two machines, in a network. I configured my > server and tried check configuration. Everything ok, except for this > error: > > "Attempting to write, read and delete a file on > /var/bobsdata/current/process/mounts/maq104/Leo" FAIL > > Write file test failed with these messages: > /var/bobsdata/current/process/cmd/cmd.1084317446.bash: line 9: > /var/bobsdata/current/process/mounts/maq104/Leo/bobswritetest.out: > File or Directory not found > cat: > /var/bobsdata/current/process/mounts/maq104/Leo/bobswritetest.out: > File or Directory not found > > I'm doing backup using rsync with ssh and restore using nfs. > The backup process is ok. When I try to restore the files the > following error shows up after clicking Check Server: > > "An error occured. (Could not get remote server info). > Unable to proceed" > Sounds like nfs isn't properly configured on the remote machine, local machine, or in bobs. Can you manually read, write, and delete a file over the nfs share from the bobs server to maq104/Leo? The INSTALL file has a section on setting up nfs and testing it, you may want to take a good look at the INSTALL documentation. Joe |
From: Rodrigo V. <ro...@po...> - 2004-05-18 00:13:53
|
> > An rsync or sftp restore is planned. For now, you can manually restore > with either. The easiest way I've found so far is to > 1) Open konqueror > 2) Split the window in two > 3) Browse to the bobsdata directory in the left pane > 4) In the right pane sftp://your.server > 5) Then you can drag and drop files from bobsdata to the other server. > > Jochen Metzger taught me that trick. > > Cheers, > Joe Zacky > Hi! This is very interesting...but I have no idea of how to do that! Can you= please give me orientations of how use this manual restore and sftp, step by ste= p??? Thank you so much!!! And sorry bothering... Rodrigo |
From: Leonardo S. <le...@cf...> - 2004-05-18 00:00:22
|
Hello, thanks for your attention! ; ) Now i'm using two machines, in a network. I configured my server and tried check configuration. Everything ok, except for this error: "Attempting to write, read and delete a file on /var/bobsdata/current/process/mounts/maq104/Leo" FAIL Write file test failed with these messages: /var/bobsdata/current/process/cmd/cmd.1084317446.bash: line 9: /var/bobsdata/current/process/mounts/maq104/Leo/bobswritetest.out: File or Directory not found cat: /var/bobsdata/current/process/mounts/maq104/Leo/bobswritetest.out: File or Directory not found I'm doing backup using rsync with ssh and restore using nfs. The backup process is ok. When I try to restore the files the following error shows up after clicking Check Server: "An error occured. (Could not get remote server info). Unable to proceed" I don't know what to do, because everything works fine and just restore isn't working, and I'm desperate to see the restore working! Help me, please!!! : ( One more thing. Why the Browse Incremental folder shows 2 warnings when I click it and I don't have any files in it? In the other folders it shows no files were found without warnings. Warning: First argument to array_keys() should be an array in /var/www/html/bobs/inc/class_db.php on line 440 Warning: Invalid argument supplied for foreach() in /var/www/html/bobs/inc/class_db.php on line 441 No files were found in Thank you guys! Leo |
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 |
From: Joe Z. <jz...@co...> - 2004-05-15 05:42:19
|
Leonardo Stevanato wrote: > Hi there, > > I'm using bobs in a local machine for testing, and I decided to > use nfs to backup and restore, because it seens to be easier to use. > Everything went ok until the restore part. Bobs recognize everything, > incremental, files backuped, etc. But when i try to restore, it return > an error saying bobs couldn´t connect to the remote server. What can > it be? I'm using in just one machine to learn how to use, is there any > problens with it? Doesn't bobs work locally? The check configuration > process was ok. Just restore doesn't work. I'm using Red Hat 9. I didn't know use could use nfs on the local machine. The exact error messages would be nice to see. What does your bobs.log say? > > One more thing! Does someone did a restore process using any other > process that is not samba or nfs? If someone have a solution using > rsync, sftp or any other method that is not samba or nfs, can you > share it with me? I would appreciate it. > > Thanks! > > Leonardo An rsync or sftp restore is planned. For now, you can manually restore with either. The easiest way I've found so far is to 1) Open konqueror 2) Split the window in two 3) Browse to the bobsdata directory in the left pane 4) In the right pane sftp://your.server 5) Then you can drag and drop files from bobsdata to the other server. Jochen Metzger taught me that trick. Cheers, Joe Zacky |
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: Leonardo S. <le...@cf...> - 2004-05-14 18:28:00
|
Hi there, I'm using bobs in a local machine for testing, and I decided to use nfs to backup and restore, because it seens to be easier to use. Everything went ok until the restore part. Bobs recognize everything, incremental, files backuped, etc. But when i try to restore, it return an error saying bobs couldn´t connect to the remote server. What can it be? I'm using in just one machine to learn how to use, is there any problens with it? Doesn't bobs work locally? The check configuration process was ok. Just restore doesn't work. I'm using Red Hat 9. One more thing! Does someone did a restore process using any other process that is not samba or nfs? If someone have a solution using rsync, sftp or any other method that is not samba or nfs, can you share it with me? I would appreciate it. Thanks! Leonardo |
From: Rene R. <re...@gr...> - 2004-05-14 10:30:21
|
On Thu, 2004-05-13 at 22:53, Joe Zacky wrote: > James W. Beauchamp wrote: > > > As a side issue, none of the shares that I'm backing up with Bobs is > > set up for restore. And I just noticed that when I go to the normal > > interface to view those files backed up, it says No Servers with > > Restore Ability Present, so I can't even look at what I've backed up. > > Is that a bug? Seems like you should be able to look at what's there > > even if you're not going to be using the Bobs automated restore method. > > > > Just my thoughts. > > > > James > > I wouldn't consider it a bug. You can look at the files with your file > browser. I think Rene would be the ultimate authority to decide whether > you should be able to view the files if they're not setup for restore. > > > I would suggest a checkbox on the admin page to explicitly allow/disallow users access to the interface for each share I can't remember if there are any problem related to browsing something you can't restore, and I don't have time to check into it at the moment. Cheers Rene |
From: Jochen M. <ml...@om...> - 2004-05-14 09:55:55
|
Hi, Am Do, 2004-05-13 um 22.53 schrieb Joe Zacky: > James W. Beauchamp wrote: > > > As a side issue, none of the shares that I'm backing up with Bobs is > > set up for restore. And I just noticed that when I go to the normal > > interface to view those files backed up, it says No Servers with > > Restore Ability Present, so I can't even look at what I've backed up. > > Is that a bug? Seems like you should be able to look at what's there > > even if you're not going to be using the Bobs automated restore method. > > > > Just my thoughts. > > > > James > > I wouldn't consider it a bug. You can look at the files with your file > browser. I think Rene would be the ultimate authority to decide whether > you should be able to view the files if they're not setup for restore. > Well, I have implemented this. The thing is that a user who logs in, wants to restore some stuff, not actually look, what he has backupped. (IMHO I implemented this, because, an error came up, when no restore was enabled). What do you think, Rene? > > > > > > James W. Beauchamp wrote: > > > >> No, the share is only for read access. Just for the heck of it I > >> went ahead and did Backup Now and it worked, so I'm not sure what the > >> deal is. > >> James > >> > >> > The "Check Configuration" always tries to write, read, and delete a file > to the backup share and the restore share. It's not checking that you > only have it setup for backup, so this error can be ignored since your > backups are working. > > Joe > > > > ------------------------------------------------------- > 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=2562&alloc_id=6184&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 |