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: Joe Z. <joe...@za...> - 2006-03-17 20:03:37
|
Oh my...you are SO right! I see the same thing happening on my system. It's because the leading zero is dropped on the day portion of the date. In your example, the code in class_cleanup.php is seeing 2006.074 as less than 2006.45. if(substr($file, -8) < $this->old_date){ // File is old I'm commenting out the cleanup in /etc/cron.daily/backup.php on my system until I fix this. // Delete old incremental files and dirs // $cleanup->delete_files(); // $cleanup->delete_dirs(); James, thank you SO MUCH for pursuing this problem. I should have payed more attention sooner. Joe James W. Beauchamp wrote: > Joe: > In continuing to find out why Bobs won't save any incrementals I > discovered this in the log file: > > /etc/cron.daily/backup.php: > > PHP Notice: Undefined variable: result in > /var/www/html/bobs/inc/class_backup.php on line 222 > PHP Notice: Undefined index: where in > /var/www/html/bobs/inc/class_db.php on line 35 > Content-type: text/html > > Then it happily starts deleting files. It has only been running about > 10 days but its deleting everything in the incremental folder. The > date is correct on the machine so that's not it. > > Incremental cleanup retention days: 30 > Removing incremental files older than (YYYY.DDD): 2006.45 > Removed /backup/bobsdata/incremental/george/Quickbooks/Accounting > Systems & > Procedures/Quickbooks_Working_file/katyas_corp_2004A.qbw.2006.074 > ....... > > then I get another one of these: > > PHP Notice: Undefined variable: result in > /var/www/html/bobs/inc/class_backup.php on line 222 > PHP Notice: Undefined index: where in > /var/www/html/bobs/inc/class_db.php on line 35 > Incremental cleanup retention days: 30 > Removing incremental files older than (YYYY.DDD): 2006.45 > PHP Notice: Undefined variable: result in > /var/www/html/bobs/inc/class_backup.php on line 222 > PHP Notice: Undefined index: where in > /var/www/html/bobs/inc/class_db.php on line 35 > Incremental cleanup retention days: 30 > Removing incremental files older than (YYYY.DDD): 2006.45 > Removed > /backup/bobsdata/incremental/george/operations/Engineering/DRAWINGS > ARCHIVE/_Fertilizer Spreaders/Pull-Type/Single Axle/Frames/STD > Clearance/9'psgd 8-bolt_2005.pdf.2006.074 > > And it starts deleting again. > > It does this for each share I'm backing up. Any idea on how tofix this? > > Thanks > > James > > > > |
From: James W. B. <jbe...@ge...> - 2006-03-17 19:37:24
|
Joe: In continuing to find out why Bobs won't save any incrementals I discovered this in the log file: /etc/cron.daily/backup.php: PHP Notice: Undefined variable: result in /var/www/html/bobs/inc/class_backup.php on line 222 PHP Notice: Undefined index: where in /var/www/html/bobs/inc/class_db.php on line 35 Content-type: text/html Then it happily starts deleting files. It has only been running about 10 days but its deleting everything in the incremental folder. The date is correct on the machine so that's not it. Incremental cleanup retention days: 30 Removing incremental files older than (YYYY.DDD): 2006.45 Removed /backup/bobsdata/incremental/george/Quickbooks/Accounting Systems & Procedures/Quickbooks_Working_file/katyas_corp_2004A.qbw.2006.074 ....... then I get another one of these: PHP Notice: Undefined variable: result in /var/www/html/bobs/inc/class_backup.php on line 222 PHP Notice: Undefined index: where in /var/www/html/bobs/inc/class_db.php on line 35 Incremental cleanup retention days: 30 Removing incremental files older than (YYYY.DDD): 2006.45 PHP Notice: Undefined variable: result in /var/www/html/bobs/inc/class_backup.php on line 222 PHP Notice: Undefined index: where in /var/www/html/bobs/inc/class_db.php on line 35 Incremental cleanup retention days: 30 Removing incremental files older than (YYYY.DDD): 2006.45 Removed /backup/bobsdata/incremental/george/operations/Engineering/DRAWINGS ARCHIVE/_Fertilizer Spreaders/Pull-Type/Single Axle/Frames/STD Clearance/9'psgd 8-bolt_2005.pdf.2006.074 And it starts deleting again. It does this for each share I'm backing up. Any idea on how tofix this? Thanks James -- -------If you ain't the lead dog, the scenery never changes-------- BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS James W. Beauchamp, P.E. Global Environmental Solutions, Inc. 2121 Newmarket Pkwy. Suite 140 Marietta, Georgia 30067 Phone - 770-690-9552 ext. 227 Mobile - 404-290-9453 Fax - 770-690-9529 Email - jbeauchamp-at-gesinc.com |
From: James W. B. <jbe...@ge...> - 2006-03-15 15:15:34
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <font face="Times New Roman">Joe:<br> I'm not getting a shstats file generated at all it appears - even when I force a backup and monitor that directory. The file never appears.<br> Listed below is my inc directory and subdirectories. Do these permissions look O.K. to you? Is there anything else I can check? Should I pull the code from CVS instead of using 0.6.3? I'm really at a loss here and have become very reliant on BOBS! It's a great tool.<br> <br> James<br> <br> [root@polaris inc]# ll<br> total 308<br> -rw-r--r-- 1 root root 2721 Mar 8 16:12 class_admin.php<br> -rw-r--r-- 1 root root 9602 Mar 8 16:12 class_assign.php<br> -rw-r--r-- 1 root root 20240 Mar 8 16:12 class_backup.php<br> -rw-r--r-- 1 root root 5518 Mar 8 16:12 class_cleanup.php<br> -rw-r--r-- 1 root root 2735 Mar 8 16:12 class_config.php<br> -rw-r--r-- 1 root root 19754 Mar 8 16:12 class_db.php<br> -rw-r--r-- 1 root root 8434 Mar 8 16:12 class_files.php<br> -rw-r--r-- 1 root root 8876 Mar 8 16:12 class_list.php<br> -rw-r--r-- 1 root root 17004 Mar 8 16:12 class_restore.php<br> -rw-r--r-- 1 root root 41267 Mar 8 16:12 class_rfasttemplate.php<br> -rw-r--r-- 1 root root 7526 Mar 8 16:12 class_search.php<br> -rw-r--r-- 1 root root 13304 Mar 8 16:12 class_server.php<br> -rw-r--r-- 1 root root 11414 Mar 8 16:12 class_tree.php<br> -rw-r--r-- 1 root root 5508 Mar 8 16:12 config.php<br> drwxr-xr-x 2 apache root 4096 Mar 8 16:12 excludes<br> -rw-r--r-- 1 root root 286 Mar 8 16:12 filelinks.ini<br> -rw-r--r-- 1 root root 6931 Mar 8 16:12 gui.pinc<br> -rw-r--r-- 1 root root 1065 Mar 8 16:12 header.pinc<br> drwxr-xr-x 2 apache root 4096 Mar 14 08:45 servers<br> drwxr-xr-x 2 root root 4096 Mar 8 16:12 templates<br> [root@polaris inc]# <br> <br> </font><br> Joe Zacky wrote: <blockquote cite="mid...@za..." type="cite">The favicon.ico is not an error and has nothing to do with bobs. <br> The 'tail' error is coming from /var/www/html/bobs/stats.php. It's a little script that updates the little window in the upper right corner of the restore display. <br> <br> On my system, the stats file looks like this: <br> <br> [joe@bobsco bobs]$ ls -l /bobsdata/current/process/shstats <br> -rw-r--r-- 1 apache root 760296 Mar 14 05:27 /bobsdata/current/process/shstats <br> <br> [joe@bobsco bobs]$ tail /bobsdata/current/process/shstats <br> 913288957.Running backup <br> 913288957.Backup successful <br> 1972397101.Running backup <br> 1972397101.Backup successful <br> 97851084.Running backup <br> 97851084.Backup successful <br> 815140113.Running backup <br> 815140113.Backup successful <br> 414644599.Running backup <br> 414644599.Backup successful <br> <br> class_backup.php should be running one of the templates that does the backup and outputs to the shstats file. Perhaps there is a permission issue on that file or in that directory or a problem in one of the templates in the inc/templates/ directory. <br> <br> Joe <br> <br> James W. Beauchamp wrote: <br> <blockquote type="cite">Joe: <br> I see the following in my http access log: <br> tail /var/log/httpd/error_log <br> [Tue Mar 14 17:32:58 2006] [error] [client 192.168.1.80] File does not exist: /var/www/html/favicon.ico <br> tail: cannot open `/backup/bobsdata/current/process/shstats' for reading: No such file or directory <br> [Tue Mar 14 17:33:01 2006] [error] [client 192.168.1.80] File does not exist: /var/www/html/favicon.ico <br> [Tue Mar 14 17:33:01 2006] [error] [client 192.168.1.80] File does not exist: /var/www/html/favicon.ico <br> tail: cannot open `/backup/bobsdata/current/process/shstats' for reading: No such file or directory <br> <br> Does this tell you anything? <br> <br> James <br> <br> <br> Joe Zacky wrote: <br> <blockquote type="cite">[joe@bobsco bobs]$ ls -la /bobsdata/ <br> total 40 <br> drwxr-xr-x 6 root root 4096 May 31 2005 ./ <br> drwxr-xr-x 22 root root 4096 Mar 9 16:53 ../ <br> -rw-r--r-- 1 apache root 34 Jun 3 2005 admin.pwd <br> drwxr-xr-x 18 apache root 4096 Mar 7 10:10 current/ <br> drwxr-xr-x 2 apache root 4096 Mar 14 05:27 incoming/ <br> drwxr-xr-x 18 apache root 4096 Oct 31 14:09 incremental/ <br> drwx------ 2 root root 16384 Feb 15 09:49 lost+found/ <br> <br> This is my implementation. The lower subdirectories that contain the backups will have the permissions and owners of the files being backed up. <br> <br> Joe <br> <br> James W. Beauchamp wrote: <br> <blockquote type="cite">What should be the owner and group and permissions on the bobsdata dir and all sub dirs? <br> <br> James <br> <br> <br> -- <br> -------If you ain't the lead dog, the scenery never changes-------- <br> <br> BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS <br> <br> James W. Beauchamp, P.E. <br> Global Environmental Solutions, Inc. <br> 2121 Newmarket Pkwy. <br> Suite 140 <br> Marietta, Georgia 30067 <br> Phone - 770-690-9552 ext. 227 <br> Mobile - 404-290-9453 <br> Fax - 770-690-9529 <br> Email - jbeauchamp-at-gesinc.com <br> ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! <a class="moz-txt-link-freetext" href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642</a> _______________________________________________ Bobs-devel mailing list <a class="moz-txt-link-abbreviated" href="mailto:Bob...@li...">Bob...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/bobs-devel">https://lists.sourceforge.net/lists/listinfo/bobs-devel</a> </blockquote> <br> <br> ------------------------------------------------------- <br> This SF.Net email is sponsored by xPML, a groundbreaking scripting language <br> that extends applications into web and mobile media. Attend the live webcast <br> and join the prime developer group breaking into this new coding territory! <br> <a class="moz-txt-link-freetext" href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642</a> <br> _______________________________________________ <br> Bobs-devel mailing list <br> <a class="moz-txt-link-abbreviated" href="mailto:Bob...@li...">Bob...@li...</a> <br> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/bobs-devel">https://lists.sourceforge.net/lists/listinfo/bobs-devel</a> <br> <br> </blockquote> <br> -- <br> -------If you ain't the lead dog, the scenery never changes-------- <br> <br> BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS <br> <br> James W. Beauchamp, P.E. <br> Global Environmental Solutions, Inc. <br> 2121 Newmarket Pkwy. <br> Suite 140 <br> Marietta, Georgia 30067 <br> Phone - 770-690-9552 ext. 227 <br> Mobile - 404-290-9453 <br> Fax - 770-690-9529 <br> Email - jbeauchamp-at-gesinc.com <br> ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! <a class="moz-txt-link-freetext" href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642</a> _______________________________________________ Bobs-devel mailing list <a class="moz-txt-link-abbreviated" href="mailto:Bob...@li...">Bob...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/bobs-devel">https://lists.sourceforge.net/lists/listinfo/bobs-devel</a> </blockquote> <br> <br> ------------------------------------------------------- <br> This SF.Net email is sponsored by xPML, a groundbreaking scripting language <br> that extends applications into web and mobile media. Attend the live webcast <br> and join the prime developer group breaking into this new coding territory! <br> <a class="moz-txt-link-freetext" href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642</a> <br> _______________________________________________ <br> Bobs-devel mailing list <br> <a class="moz-txt-link-abbreviated" href="mailto:Bob...@li...">Bob...@li...</a> <br> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/bobs-devel">https://lists.sourceforge.net/lists/listinfo/bobs-devel</a> <br> <br> </blockquote> <br> <pre class="moz-signature" cols="72">-- -------If you ain't the lead dog, the scenery never changes-------- BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS James W. Beauchamp, P.E. Global Environmental Solutions, Inc. 2121 Newmarket Pkwy. Suite 140 Marietta, Georgia 30067 Phone - 770-690-9552 ext. 227 Mobile - 404-290-9453 Fax - 770-690-9529 Email - jbeauchamp-at-gesinc.com</pre> </body> </html> |
From: Joe Z. <joe...@za...> - 2006-03-14 22:57:07
|
The favicon.ico is not an error and has nothing to do with bobs. The 'tail' error is coming from /var/www/html/bobs/stats.php. It's a little script that updates the little window in the upper right corner of the restore display. On my system, the stats file looks like this: [joe@bobsco bobs]$ ls -l /bobsdata/current/process/shstats -rw-r--r-- 1 apache root 760296 Mar 14 05:27 /bobsdata/current/process/shstats [joe@bobsco bobs]$ tail /bobsdata/current/process/shstats 913288957.Running backup 913288957.Backup successful 1972397101.Running backup 1972397101.Backup successful 97851084.Running backup 97851084.Backup successful 815140113.Running backup 815140113.Backup successful 414644599.Running backup 414644599.Backup successful class_backup.php should be running one of the templates that does the backup and outputs to the shstats file. Perhaps there is a permission issue on that file or in that directory or a problem in one of the templates in the inc/templates/ directory. Joe James W. Beauchamp wrote: > Joe: > I see the following in my http access log: > tail /var/log/httpd/error_log > [Tue Mar 14 17:32:58 2006] [error] [client 192.168.1.80] File does not > exist: /var/www/html/favicon.ico > tail: cannot open `/backup/bobsdata/current/process/shstats' for > reading: No such file or directory > [Tue Mar 14 17:33:01 2006] [error] [client 192.168.1.80] File does not > exist: /var/www/html/favicon.ico > [Tue Mar 14 17:33:01 2006] [error] [client 192.168.1.80] File does not > exist: /var/www/html/favicon.ico > tail: cannot open `/backup/bobsdata/current/process/shstats' for > reading: No such file or directory > > Does this tell you anything? > > James > > > Joe Zacky wrote: >> [joe@bobsco bobs]$ ls -la /bobsdata/ >> total 40 >> drwxr-xr-x 6 root root 4096 May 31 2005 ./ >> drwxr-xr-x 22 root root 4096 Mar 9 16:53 ../ >> -rw-r--r-- 1 apache root 34 Jun 3 2005 admin.pwd >> drwxr-xr-x 18 apache root 4096 Mar 7 10:10 current/ >> drwxr-xr-x 2 apache root 4096 Mar 14 05:27 incoming/ >> drwxr-xr-x 18 apache root 4096 Oct 31 14:09 incremental/ >> drwx------ 2 root root 16384 Feb 15 09:49 lost+found/ >> >> This is my implementation. The lower subdirectories that contain the >> backups will have the permissions and owners of the files being >> backed up. >> >> Joe >> >> James W. Beauchamp wrote: >>> What should be the owner and group and permissions on the bobsdata >>> dir and all sub dirs? >>> >>> James >>> >>> >>> -- >>> -------If you ain't the lead dog, the scenery never changes-------- >>> >>> BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS >>> >>> James W. Beauchamp, P.E. >>> Global Environmental Solutions, Inc. >>> 2121 Newmarket Pkwy. >>> Suite 140 >>> Marietta, Georgia 30067 >>> Phone - 770-690-9552 ext. 227 >>> Mobile - 404-290-9453 >>> Fax - 770-690-9529 >>> Email - jbeauchamp-at-gesinc.com >>> ------------------------------------------------------- This SF.Net >>> email is sponsored by xPML, a groundbreaking scripting language that >>> extends applications into web and mobile media. Attend the live >>> webcast and join the prime developer group breaking into this new >>> coding territory! >>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >>> _______________________________________________ Bobs-devel mailing >>> list Bob...@li... >>> https://lists.sourceforge.net/lists/listinfo/bobs-devel >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by xPML, a groundbreaking scripting >> language >> that extends applications into web and mobile media. Attend the live >> webcast >> and join the prime developer group breaking into this new coding >> territory! >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >> _______________________________________________ >> Bobs-devel mailing list >> Bob...@li... >> https://lists.sourceforge.net/lists/listinfo/bobs-devel >> > > -- > -------If you ain't the lead dog, the scenery never changes-------- > > BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS > > James W. Beauchamp, P.E. > Global Environmental Solutions, Inc. > 2121 Newmarket Pkwy. > Suite 140 > Marietta, Georgia 30067 > Phone - 770-690-9552 ext. 227 > Mobile - 404-290-9453 > Fax - 770-690-9529 > Email - jbeauchamp-at-gesinc.com > ------------------------------------------------------- This SF.Net > email is sponsored by xPML, a groundbreaking scripting language that > extends applications into web and mobile media. Attend the live > webcast and join the prime developer group breaking into this new > coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ Bobs-devel mailing > list Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel |
From: James W. B. <jbe...@ge...> - 2006-03-14 22:35:04
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <font face="Times New Roman">Joe:<br> I see the following in my http access log:<br> tail /var/log/httpd/error_log<br> [Tue Mar 14 17:32:58 2006] [error] [client 192.168.1.80] File does not exist: /var/www/html/favicon.ico<br> tail: cannot open `/backup/bobsdata/current/process/shstats' for reading: No such file or directory<br> [Tue Mar 14 17:33:01 2006] [error] [client 192.168.1.80] File does not exist: /var/www/html/favicon.ico<br> [Tue Mar 14 17:33:01 2006] [error] [client 192.168.1.80] File does not exist: /var/www/html/favicon.ico<br> tail: cannot open `/backup/bobsdata/current/process/shstats' for reading: No such file or directory<br> <br> Does this tell you anything?<br> <br> James<br> <br> </font><br> Joe Zacky wrote: <blockquote cite="mid...@za..." type="cite">[joe@bobsco bobs]$ ls -la /bobsdata/ <br> total 40 <br> drwxr-xr-x 6 root root 4096 May 31 2005 ./ <br> drwxr-xr-x 22 root root 4096 Mar 9 16:53 ../ <br> -rw-r--r-- 1 apache root 34 Jun 3 2005 admin.pwd <br> drwxr-xr-x 18 apache root 4096 Mar 7 10:10 current/ <br> drwxr-xr-x 2 apache root 4096 Mar 14 05:27 incoming/ <br> drwxr-xr-x 18 apache root 4096 Oct 31 14:09 incremental/ <br> drwx------ 2 root root 16384 Feb 15 09:49 lost+found/ <br> <br> This is my implementation. The lower subdirectories that contain the backups will have the permissions and owners of the files being backed up. <br> <br> Joe <br> <br> James W. Beauchamp wrote: <br> <blockquote type="cite">What should be the owner and group and permissions on the bobsdata dir and all sub dirs? <br> <br> James <br> <br> <br> -- <br> -------If you ain't the lead dog, the scenery never changes-------- <br> <br> BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS <br> <br> James W. Beauchamp, P.E. <br> Global Environmental Solutions, Inc. <br> 2121 Newmarket Pkwy. <br> Suite 140 <br> Marietta, Georgia 30067 <br> Phone - 770-690-9552 ext. 227 <br> Mobile - 404-290-9453 <br> Fax - 770-690-9529 <br> Email - jbeauchamp-at-gesinc.com <br> ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! <a class="moz-txt-link-freetext" href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642</a> _______________________________________________ Bobs-devel mailing list <a class="moz-txt-link-abbreviated" href="mailto:Bob...@li...">Bob...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/bobs-devel">https://lists.sourceforge.net/lists/listinfo/bobs-devel</a> </blockquote> <br> <br> ------------------------------------------------------- <br> This SF.Net email is sponsored by xPML, a groundbreaking scripting language <br> that extends applications into web and mobile media. Attend the live webcast <br> and join the prime developer group breaking into this new coding territory! <br> <a class="moz-txt-link-freetext" href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642</a> <br> _______________________________________________ <br> Bobs-devel mailing list <br> <a class="moz-txt-link-abbreviated" href="mailto:Bob...@li...">Bob...@li...</a> <br> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/bobs-devel">https://lists.sourceforge.net/lists/listinfo/bobs-devel</a> <br> <br> </blockquote> <br> <pre class="moz-signature" cols="72">-- -------If you ain't the lead dog, the scenery never changes-------- BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS James W. Beauchamp, P.E. Global Environmental Solutions, Inc. 2121 Newmarket Pkwy. Suite 140 Marietta, Georgia 30067 Phone - 770-690-9552 ext. 227 Mobile - 404-290-9453 Fax - 770-690-9529 Email - jbeauchamp-at-gesinc.com</pre> </body> </html> |
From: Joe Z. <joe...@za...> - 2006-03-14 20:18:08
|
[joe@bobsco bobs]$ ls -la /bobsdata/ total 40 drwxr-xr-x 6 root root 4096 May 31 2005 ./ drwxr-xr-x 22 root root 4096 Mar 9 16:53 ../ -rw-r--r-- 1 apache root 34 Jun 3 2005 admin.pwd drwxr-xr-x 18 apache root 4096 Mar 7 10:10 current/ drwxr-xr-x 2 apache root 4096 Mar 14 05:27 incoming/ drwxr-xr-x 18 apache root 4096 Oct 31 14:09 incremental/ drwx------ 2 root root 16384 Feb 15 09:49 lost+found/ This is my implementation. The lower subdirectories that contain the backups will have the permissions and owners of the files being backed up. Joe James W. Beauchamp wrote: > What should be the owner and group and permissions on the bobsdata dir > and all sub dirs? > > James > > > -- > -------If you ain't the lead dog, the scenery never changes-------- > > BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS > > James W. Beauchamp, P.E. > Global Environmental Solutions, Inc. > 2121 Newmarket Pkwy. > Suite 140 > Marietta, Georgia 30067 > Phone - 770-690-9552 ext. 227 > Mobile - 404-290-9453 > Fax - 770-690-9529 > Email - jbeauchamp-at-gesinc.com > ------------------------------------------------------- This SF.Net > email is sponsored by xPML, a groundbreaking scripting language that > extends applications into web and mobile media. Attend the live > webcast and join the prime developer group breaking into this new > coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ Bobs-devel mailing > list Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel |
From: Joe Z. <joe...@za...> - 2006-03-14 20:14:45
|
I think they are both unresolved. They're listed in BUGS and TODO documents. Joe James W. Beauchamp wrote: > was that resolved or is there a work around?? > > James > > Joe Zacky wrote: >> I recall a problem where files in the root of the directory being >> backed won't show on the interface. Also files that have restricted >> permissions so they aren't visible to the httpd daemon may not show up. >> >> Joe Zacky >> >> James W. Beauchamp wrote: >>> Hi all: >>> I scrapped my old installation of BOBS and installed the new 0.6.3 >>> as a fresh install. I have several backup dirs and all seem to work >>> fine except for one. I call it 'webbackup'. I create the backup >>> definition and run the backup - it completes fine. The files are >>> there on the server in the right spot but they don't show up on the >>> web interface? It is just blank. Any ideas on why? >>> >>> Thanks in advance. >>> >>> James >>> >>> >>> -- >>> -------If you ain't the lead dog, the scenery never changes-------- >>> >>> BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS >>> >>> James W. Beauchamp, P.E. >>> Global Environmental Solutions, Inc. >>> 2121 Newmarket Pkwy. >>> Suite 140 >>> Marietta, Georgia 30067 >>> Phone - 770-690-9552 ext. 227 >>> Mobile - 404-290-9453 >>> Fax - 770-690-9529 >>> Email - jbeauchamp-at-gesinc.com >>> ------------------------------------------------------- This SF.Net >>> email is sponsored by xPML, a groundbreaking scripting language that >>> extends applications into web and mobile media. Attend the live >>> webcast and join the prime developer group breaking into this new >>> coding territory! >>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >>> _______________________________________________ Bobs-devel mailing >>> list Bob...@li... >>> https://lists.sourceforge.net/lists/listinfo/bobs-devel >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by xPML, a groundbreaking scripting >> language >> that extends applications into web and mobile media. Attend the live >> webcast >> and join the prime developer group breaking into this new coding >> territory! >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >> _______________________________________________ >> Bobs-devel mailing list >> Bob...@li... >> https://lists.sourceforge.net/lists/listinfo/bobs-devel >> > > -- > -------If you ain't the lead dog, the scenery never changes-------- > > BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS > > James W. Beauchamp, P.E. > Global Environmental Solutions, Inc. > 2121 Newmarket Pkwy. > Suite 140 > Marietta, Georgia 30067 > Phone - 770-690-9552 ext. 227 > Mobile - 404-290-9453 > Fax - 770-690-9529 > Email - jbeauchamp-at-gesinc.com > ------------------------------------------------------- This SF.Net > email is sponsored by xPML, a groundbreaking scripting language that > extends applications into web and mobile media. Attend the live > webcast and join the prime developer group breaking into this new > coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ Bobs-devel mailing > list Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel |
From: James W. B. <jbe...@ge...> - 2006-03-14 20:09:43
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <font face="Times New Roman">What should be the owner and group and permissions on the bobsdata dir and all sub dirs?<br> <br> James<br> <br> </font><br> <pre class="moz-signature" cols="72">-- -------If you ain't the lead dog, the scenery never changes-------- BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS James W. Beauchamp, P.E. Global Environmental Solutions, Inc. 2121 Newmarket Pkwy. Suite 140 Marietta, Georgia 30067 Phone - 770-690-9552 ext. 227 Mobile - 404-290-9453 Fax - 770-690-9529 Email - jbeauchamp-at-gesinc.com</pre> </body> </html> |
From: James W. B. <jbe...@ge...> - 2006-03-14 19:50:35
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <font face="Times New Roman">was that resolved or is there a work around??<br> <br> James<br> </font><br> Joe Zacky wrote: <blockquote cite="mid...@za..." type="cite">I recall a problem where files in the root of the directory being backed won't show on the interface. Also files that have restricted permissions so they aren't visible to the httpd daemon may not show up. <br> <br> Joe Zacky <br> <br> James W. Beauchamp wrote: <br> <blockquote type="cite">Hi all: <br> I scrapped my old installation of BOBS and installed the new 0.6.3 as a fresh install. I have several backup dirs and all seem to work fine except for one. I call it 'webbackup'. I create the backup definition and run the backup - it completes fine. The files are there on the server in the right spot but they don't show up on the web interface? It is just blank. Any ideas on why? <br> <br> Thanks in advance. <br> <br> James <br> <br> <br> -- <br> -------If you ain't the lead dog, the scenery never changes-------- <br> <br> BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS <br> <br> James W. Beauchamp, P.E. <br> Global Environmental Solutions, Inc. <br> 2121 Newmarket Pkwy. <br> Suite 140 <br> Marietta, Georgia 30067 <br> Phone - 770-690-9552 ext. 227 <br> Mobile - 404-290-9453 <br> Fax - 770-690-9529 <br> Email - jbeauchamp-at-gesinc.com <br> ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! <a class="moz-txt-link-freetext" href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642</a> _______________________________________________ Bobs-devel mailing list <a class="moz-txt-link-abbreviated" href="mailto:Bob...@li...">Bob...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/bobs-devel">https://lists.sourceforge.net/lists/listinfo/bobs-devel</a> </blockquote> <br> <br> ------------------------------------------------------- <br> This SF.Net email is sponsored by xPML, a groundbreaking scripting language <br> that extends applications into web and mobile media. Attend the live webcast <br> and join the prime developer group breaking into this new coding territory! <br> <a class="moz-txt-link-freetext" href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642</a> <br> _______________________________________________ <br> Bobs-devel mailing list <br> <a class="moz-txt-link-abbreviated" href="mailto:Bob...@li...">Bob...@li...</a> <br> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/bobs-devel">https://lists.sourceforge.net/lists/listinfo/bobs-devel</a> <br> <br> </blockquote> <br> <pre class="moz-signature" cols="72">-- -------If you ain't the lead dog, the scenery never changes-------- BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS James W. Beauchamp, P.E. Global Environmental Solutions, Inc. 2121 Newmarket Pkwy. Suite 140 Marietta, Georgia 30067 Phone - 770-690-9552 ext. 227 Mobile - 404-290-9453 Fax - 770-690-9529 Email - jbeauchamp-at-gesinc.com</pre> </body> </html> |
From: Joe Z. <joe...@za...> - 2006-03-14 17:41:04
|
I recall a problem where files in the root of the directory being backed won't show on the interface. Also files that have restricted permissions so they aren't visible to the httpd daemon may not show up. Joe Zacky James W. Beauchamp wrote: > Hi all: > I scrapped my old installation of BOBS and installed the new 0.6.3 as > a fresh install. I have several backup dirs and all seem to work fine > except for one. I call it 'webbackup'. I create the backup > definition and run the backup - it completes fine. The files are > there on the server in the right spot but they don't show up on the > web interface? It is just blank. Any ideas on why? > > Thanks in advance. > > James > > > -- > -------If you ain't the lead dog, the scenery never changes-------- > > BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS > > James W. Beauchamp, P.E. > Global Environmental Solutions, Inc. > 2121 Newmarket Pkwy. > Suite 140 > Marietta, Georgia 30067 > Phone - 770-690-9552 ext. 227 > Mobile - 404-290-9453 > Fax - 770-690-9529 > Email - jbeauchamp-at-gesinc.com > ------------------------------------------------------- This SF.Net > email is sponsored by xPML, a groundbreaking scripting language that > extends applications into web and mobile media. Attend the live > webcast and join the prime developer group breaking into this new > coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ Bobs-devel mailing > list Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel |
From: James W. B. <jbe...@ge...> - 2006-03-14 14:07:34
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <font face="Times New Roman">Hi all:<br> I scrapped my old installation of BOBS and installed the new 0.6.3 as a fresh install. I have several backup dirs and all seem to work fine except for one. I call it 'webbackup'. I create the backup definition and run the backup - it completes fine. The files are there on the server in the right spot but they don't show up on the web interface? It is just blank. Any ideas on why?<br> <br> Thanks in advance.<br> <br> James<br> <br> </font><br> <pre class="moz-signature" cols="72">-- -------If you ain't the lead dog, the scenery never changes-------- BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS James W. Beauchamp, P.E. Global Environmental Solutions, Inc. 2121 Newmarket Pkwy. Suite 140 Marietta, Georgia 30067 Phone - 770-690-9552 ext. 227 Mobile - 404-290-9453 Fax - 770-690-9529 Email - jbeauchamp-at-gesinc.com</pre> </body> </html> |
From: Jochen M. <j.m...@om...> - 2006-03-14 12:35:32
|
Hi Joe, thx for your info. Am Montag, den 13.03.2006, 13:05 -0800 schrieb Joe Zacky: > I don't know how Rene does it, but I use LVM (Logical Volume Management) > to make a single partition out of multiple disks. > http://tldp.org/HOWTO/LVM-HOWTO/ > is this really reliable ? Did you now come across using it ? Cheers Jochen > -- omatix.de internet services omatix training & solutions omatix onlineverlag Jochen Metzger j.m...@om... Telefon +49(30) 443233-51 Fax +49(30) 443233-54 -- Hosting für Ihr Business: http://hosting.omatix.de |
From: Joe Z. <joe...@za...> - 2006-03-13 21:08:10
|
I don't know how Rene does it, but I use LVM (Logical Volume Management) to make a single partition out of multiple disks. http://tldp.org/HOWTO/LVM-HOWTO/ Jochen Metzger|listabos wrote: > Hi, > > can you folks out there on this list give me a hint ? > > Quoting from: > bobs.sourceforge.net: > The author of BOBS is currently using it on a server with 1.6 Terabyte > disk available. > > As someone any ideas, how this could have been put up ? Is it a raid ? > Because of course it must be more than one disk. > > But because all the backups go to /var/bobsdata ... how can it be done ? > > Any experiences with that out there ? > > Cheers > > Jochen Metzger > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Bobs-devel mailing list > Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel > > > |
From: Jochen Metzger|l. <ml...@om...> - 2006-03-13 18:37:36
|
Hi, can you folks out there on this list give me a hint ? Quoting from: bobs.sourceforge.net: The author of BOBS is currently using it on a server with 1.6 Terabyte disk available. As someone any ideas, how this could have been put up ? Is it a raid ? Because of course it must be more than one disk. But because all the backups go to /var/bobsdata ... how can it be done ? Any experiences with that out there ? Cheers Jochen Metzger |
From: James W. B. <jbe...@ge...> - 2006-03-08 18:47:27
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <font face="Times New Roman">30 days and I've got plenty of disk space.<br> <br> <br> </font><br> Joe Zacky wrote: <blockquote cite="mid...@za..." type="cite">What's your retention period set to? (How many incremental backups to keep) <br> <br> James W. Beauchamp wrote: <br> <blockquote type="cite">That was one of the first things I thought of - its fine..... <br> <br> James <br> <br> <br> Joe Zacky wrote: <br> <blockquote type="cite">Check the date on your computers? <br> <br> James W. Beauchamp wrote: <br> <blockquote type="cite">Hello all: <br> I have had bobs running just fine for quite awhile. Now all of a sudden all of my incremental backups have been removed and bobs no longer keeps more than one day of incrementals! <br> <br> Any idea what has happened?? (I'm running 0.6.2) <br> <br> James <br> <br> </blockquote> <br> <br> ------------------------------------------------------- <br> This SF.Net email is sponsored by xPML, a groundbreaking scripting language <br> that extends applications into web and mobile media. Attend the live webcast <br> and join the prime developer group breaking into this new coding territory! <br> <a class="moz-txt-link-freetext" href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642</a> <br> _______________________________________________ <br> Bobs-devel mailing list <br> <a class="moz-txt-link-abbreviated" href="mailto:Bob...@li...">Bob...@li...</a> <br> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/bobs-devel">https://lists.sourceforge.net/lists/listinfo/bobs-devel</a> <br> <br> </blockquote> <br> -- <br> -------If you ain't the lead dog, the scenery never changes-------- <br> <br> BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS <br> <br> James W. Beauchamp, P.E. <br> Global Environmental Solutions, Inc. <br> 2121 Newmarket Pkwy. <br> Suite 140 <br> Marietta, Georgia 30067 <br> Phone - 770-690-9552 ext. 227 <br> Mobile - 404-290-9453 <br> Fax - 770-690-9529 <br> Email - jbeauchamp-at-gesinc.com <br> ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! <a class="moz-txt-link-freetext" href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642</a> _______________________________________________ Bobs-devel mailing list <a class="moz-txt-link-abbreviated" href="mailto:Bob...@li...">Bob...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/bobs-devel">https://lists.sourceforge.net/lists/listinfo/bobs-devel</a> </blockquote> <br> <br> ------------------------------------------------------- <br> This SF.Net email is sponsored by xPML, a groundbreaking scripting language <br> that extends applications into web and mobile media. Attend the live webcast <br> and join the prime developer group breaking into this new coding territory! <br> <a class="moz-txt-link-freetext" href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642</a> <br> _______________________________________________ <br> Bobs-devel mailing list <br> <a class="moz-txt-link-abbreviated" href="mailto:Bob...@li...">Bob...@li...</a> <br> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/bobs-devel">https://lists.sourceforge.net/lists/listinfo/bobs-devel</a> <br> <br> </blockquote> <br> <pre class="moz-signature" cols="72">-- -------If you ain't the lead dog, the scenery never changes-------- BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS James W. Beauchamp, P.E. Global Environmental Solutions, Inc. 2121 Newmarket Pkwy. Suite 140 Marietta, Georgia 30067 Phone - 770-690-9552 ext. 227 Mobile - 404-290-9453 Fax - 770-690-9529 Email - jbeauchamp-at-gesinc.com</pre> </body> </html> |
From: Joe Z. <joe...@za...> - 2006-03-08 18:09:35
|
What's your retention period set to? (How many incremental backups to keep) James W. Beauchamp wrote: > That was one of the first things I thought of - its fine..... > > James > > > Joe Zacky wrote: >> Check the date on your computers? >> >> James W. Beauchamp wrote: >>> Hello all: >>> I have had bobs running just fine for quite awhile. Now all of a >>> sudden all of my incremental backups have been removed and bobs no >>> longer keeps more than one day of incrementals! >>> >>> Any idea what has happened?? (I'm running 0.6.2) >>> >>> James >>> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by xPML, a groundbreaking scripting >> language >> that extends applications into web and mobile media. Attend the live >> webcast >> and join the prime developer group breaking into this new coding >> territory! >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >> _______________________________________________ >> Bobs-devel mailing list >> Bob...@li... >> https://lists.sourceforge.net/lists/listinfo/bobs-devel >> > > -- > -------If you ain't the lead dog, the scenery never changes-------- > > BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS > > James W. Beauchamp, P.E. > Global Environmental Solutions, Inc. > 2121 Newmarket Pkwy. > Suite 140 > Marietta, Georgia 30067 > Phone - 770-690-9552 ext. 227 > Mobile - 404-290-9453 > Fax - 770-690-9529 > Email - jbeauchamp-at-gesinc.com > ------------------------------------------------------- This SF.Net > email is sponsored by xPML, a groundbreaking scripting language that > extends applications into web and mobile media. Attend the live > webcast and join the prime developer group breaking into this new > coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ Bobs-devel mailing > list Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel |
From: James W. B. <jbe...@ge...> - 2006-03-08 18:01:40
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <font face="Times New Roman">That was one of the first things I thought of - its fine.....<br> <br> James<br> <br> </font><br> Joe Zacky wrote: <blockquote cite="mid...@za..." type="cite">Check the date on your computers? <br> <br> James W. Beauchamp wrote: <br> <blockquote type="cite">Hello all: <br> I have had bobs running just fine for quite awhile. Now all of a sudden all of my incremental backups have been removed and bobs no longer keeps more than one day of incrementals! <br> <br> Any idea what has happened?? (I'm running 0.6.2) <br> <br> James <br> <br> </blockquote> <br> <br> ------------------------------------------------------- <br> This SF.Net email is sponsored by xPML, a groundbreaking scripting language <br> that extends applications into web and mobile media. Attend the live webcast <br> and join the prime developer group breaking into this new coding territory! <br> <a class="moz-txt-link-freetext" href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642</a> <br> _______________________________________________ <br> Bobs-devel mailing list <br> <a class="moz-txt-link-abbreviated" href="mailto:Bob...@li...">Bob...@li...</a> <br> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/bobs-devel">https://lists.sourceforge.net/lists/listinfo/bobs-devel</a> <br> <br> </blockquote> <br> <pre class="moz-signature" cols="72">-- -------If you ain't the lead dog, the scenery never changes-------- BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS James W. Beauchamp, P.E. Global Environmental Solutions, Inc. 2121 Newmarket Pkwy. Suite 140 Marietta, Georgia 30067 Phone - 770-690-9552 ext. 227 Mobile - 404-290-9453 Fax - 770-690-9529 Email - jbeauchamp-at-gesinc.com</pre> </body> </html> |
From: Joe Z. <joe...@za...> - 2006-03-08 17:30:20
|
Check the date on your computers? James W. Beauchamp wrote: > Hello all: > I have had bobs running just fine for quite awhile. Now all of a > sudden all of my incremental backups have been removed and bobs no > longer keeps more than one day of incrementals! > > Any idea what has happened?? (I'm running 0.6.2) > > James > |
From: James W. B. <jbe...@ge...> - 2006-03-08 15:51:52
|
Hello all: I have had bobs running just fine for quite awhile. Now all of a sudden all of my incremental backups have been removed and bobs no longer keeps more than one day of incrementals! Any idea what has happened?? (I'm running 0.6.2) James -- -------If you ain't the lead dog, the scenery never changes-------- BE SURE TO REMOVE THE OBVIOUS ANTI-SPAM STUFF IN MY RETURN ADDRESS James W. Beauchamp, P.E. Global Environmental Solutions, Inc. 2121 Newmarket Pkwy. Suite 140 Marietta, Georgia 30067 Phone - 770-690-9552 ext. 227 Mobile - 404-290-9453 Fax - 770-690-9529 Email - jbeauchamp-at-gesinc.com |
From: James W. B. <jbe...@mi...> - 2005-08-29 17:12:18
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <font face="Times New Roman">Yes I was using rsync -avz and it seemed to work....plus this has only just recently come up so it must have something to do with a recent update to either rsync or maybe zlib...<br> <br> James<br> <br> </font><br> Joe Zacky wrote: <blockquote cite="mid...@za..." type="cite">James W. Beauchamp wrote: <br> <br> <blockquote type="cite">I've got one directory that I'm backing up that is giving me problems.&nbsp; <br> The error message is shown below.&nbsp; The file 'acimsdb.zip' is about 390 <br> meg in size.&nbsp; I can rsync the directory manually to a test area so it <br> doesn't look like the error is rsync alone. Any ideas? <br> <br> Thanks <br> James <br> <br> <br> 2005-08-29 10:27:46: Starting backup of main / webbackup <br> 2005-08-29 10:27:46: receiving file list ... done <br> 2005-08-29 10:27:46: ./ <br> 2005-08-29 10:27:59: acimsdb.zip<br> <br> 2005-08-29 10:28:24: inflate returned -3 (0 bytes)<br> <br> 2005-08-29 10:28:24: rsync error: error in rsync protocol data stream <br> (code 12) at token.c(416)<br> <br> 2005-08-29 10:28:24: rsync: connection unexpectedly closed (254 bytes <br> read so far)<br> <br> 2005-08-29 10:28:24: rsync error: error in rsync protocol data stream <br> (code 12) at io.c(165)<br> <br> </blockquote> <br> When you manually rsync it are you using the -z or --compress option? It could be a problem with compression. I haven't had that error but a google search all pointed to compression. <br> <br> <a class="moz-txt-link-freetext" href="http://www.google.com/search?hl=en&lr=&q=rsync+inflate+returned+-3+%280+bytes%29&btnG=Search">http://www.google.com/search?hl=en&lr=&q=rsync+inflate+returned+-3+%280+bytes%29&btnG=Search</a> <br> <br> Joe <br> <br> <br> ------------------------------------------------------- <br> SF.Net email is Sponsored by the Better Software Conference & EXPO <br> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices <br> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA <br> Security * Process Improvement & Measurement * <a class="moz-txt-link-freetext" href="http://www.sqe.com/bsce5sf">http://www.sqe.com/bsce5sf</a> <br> _______________________________________________ <br> Bobs-devel mailing list <br> <a class="moz-txt-link-abbreviated" href="mailto:Bob...@li...">Bob...@li...</a> <br> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/bobs-devel">https://lists.sourceforge.net/lists/listinfo/bobs-devel</a> <br> <br> </blockquote> </body> </html> |
From: Joe Z. <joe...@za...> - 2005-08-29 16:20:26
|
James W. Beauchamp wrote: > I've got one directory that I'm backing up that is giving me > problems. > The error message is shown below. The file 'acimsdb.zip' is > about 390 > meg in size. I can rsync the directory manually to a test area > so it > doesn't look like the error is rsync alone. Any ideas? > > Thanks > James > > > 2005-08-29 10:27:46: Starting backup of main / webbackup > 2005-08-29 10:27:46: receiving file list ... done > 2005-08-29 10:27:46: ./ > 2005-08-29 10:27:59: acimsdb.zip<br> > 2005-08-29 10:28:24: inflate returned -3 (0 bytes)<br> > 2005-08-29 10:28:24: rsync error: error in rsync protocol data stream > (code 12) at token.c(416)<br> > 2005-08-29 10:28:24: rsync: connection unexpectedly closed (254 bytes > read so far)<br> > 2005-08-29 10:28:24: rsync error: error in rsync protocol data stream > (code 12) at io.c(165)<br> When you manually rsync it are you using the -z or --compress option? It could be a problem with compression. I haven't had that error but a google search all pointed to compression. http://www.google.com/search?hl=en&lr=&q=rsync+inflate+returned+-3+%280+bytes%29&btnG=Search Joe |
From: James W. B. <jbe...@mi...> - 2005-08-29 14:36:28
|
I've got one directory that I'm backing up that is giving me problems. The error message is shown below. The file 'acimsdb.zip' is about 390 meg in size. I can rsync the directory manually to a test area so it doesn't look like the error is rsync alone. Any ideas? Thanks James 2005-08-29 10:27:46: Starting backup of main / webbackup 2005-08-29 10:27:46: receiving file list ... done 2005-08-29 10:27:46: ./ 2005-08-29 10:27:59: acimsdb.zip<br> 2005-08-29 10:28:24: inflate returned -3 (0 bytes)<br> 2005-08-29 10:28:24: rsync error: error in rsync protocol data stream (code 12) at token.c(416)<br> 2005-08-29 10:28:24: rsync: connection unexpectedly closed (254 bytes read so far)<br> 2005-08-29 10:28:24: rsync error: error in rsync protocol data stream (code 12) at io.c(165)<br> |
From: Andy M. <and...@mb...> - 2005-04-21 23:06:03
|
Well, i rebooted the server and everything worked fine...so wonder what process had to already be running before i run the backup program. anyway all is good with the default install...no reconfiguring of the cgi-forced issue either. ;) Andy James W. Beauchamp wrote: > Andy: > I think during check config the files are only saved for the purposes of > testing then removed. They don't remain. Try going to /etc/cron.daily > and doing ./backup.php . This will force the backup to run manually and > you will see the raw output on the screen. So you'll see error messages > and such and that will help identify where the problem lies. > > HTH > > James > > > Andy Morris wrote: > >> Okay, >> i just installed BOBS on a Fedora Core2 box and when i run the check >> config it actually saves the data to the server. But as soon as it >> finishes all the files are gone. I can't do a backup. nothing is >> put into the server...anyone else have this problem? I have set the >> cgi-enforce and it still does not backup any data...? >> andy >> >> Andy Morris wrote: >> >>> Yeah, >>> i have bobs on a fc2 box and it works fine. i might have to update >>> this box to fc2 to make it work nicer. >>> andy >>> >>> Joe Zacky wrote: >>> >>>> Andy Morris wrote: >>>> >>>>> why am i getting this message? >>>>> >>>>> <b>Security Alert!</b> The PHP CGI cannot be accessed directly. >>>>> >>>>> <p>This PHP CGI binary was compiled with force-cgi-redirect >>>>> enabled. This >>>>> means that a page will only be served up if the REDIRECT_STATUS CGI >>>>> variable is >>>>> set, e.g. via an Apache Action directive.</p> >>>>> <p>For more information as to <i>why</i> this behaviour exists, see >>>>> the <a href="http://php.net/security.cgi-bin">manual page for CGI >>>>> security</a>.</p> >>>>> <p>For more information about changing this behaviour or >>>>> re-enabling this webserver, >>>>> consult the installation file that came with this distribution, or >>>>> visit <a href="http://php.net/install.windows">the manual >>>>> page</a>.</p> >>>>> >>>>> What do i need to do to solve this problem? >>>>> I used the rpm install of BOBS >>>> >>>> >>>> >>>> >>>> Sounds like it has to do with the way php is integrated into your >>>> Apache configuration. I haven't seen this error. I'm running bobs on >>>> Fedora Core 2. I'm sure the php link referred to has the answer, but >>>> it looks confusing at a glance. >>>> >>>> Joe >>>> >>>> >>>> ------------------------------------------------------- >>>> SF email is sponsored by - The IT Product Guide >>>> Read honest & candid reviews on hundreds of IT Products from real >>>> users. >>>> Discover which products truly live up to the hype. Start reading now. >>>> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>>> _______________________________________________ >>>> Bobs-devel mailing list >>>> Bob...@li... >>>> https://lists.sourceforge.net/lists/listinfo/bobs-devel >>> >>> >>> >>> >>> >>> >>> >>> >>> ------------------------------------------------------- >>> SF email is sponsored by - The IT Product Guide >>> Read honest & candid reviews on hundreds of IT Products from real users. >>> Discover which products truly live up to the hype. Start reading now. >>> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>> _______________________________________________ >>> Bobs-devel mailing list >>> Bob...@li... >>> https://lists.sourceforge.net/lists/listinfo/bobs-devel >> >> >> >> >> >> >> >> ------------------------------------------------------- >> SF email is sponsored by - The IT Product Guide >> Read honest & candid reviews on hundreds of IT Products from real users. >> Discover which products truly live up to the hype. Start reading now. >> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >> _______________________________________________ >> Bobs-devel mailing list >> Bob...@li... >> https://lists.sourceforge.net/lists/listinfo/bobs-devel >> > ------------------------------------------------------- SF email is > sponsored by - The IT Product Guide Read honest & candid reviews on > hundreds of IT Products from real users. Discover which products truly > live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ Bobs-devel mailing list > Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel |
From: James W. B. <jbe...@mi...> - 2005-04-21 19:28:42
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <font face="Times New Roman">Andy:<br> I think during check config the files are only saved for the purposes of testing then removed. They don't remain. Try going to /etc/cron.daily and doing ./backup.php . This will force the backup to run manually and you will see the raw output on the screen. So you'll see error messages and such and that will help identify where the problem lies.<br> <br> HTH<br> <br> James<br> <br> </font><br> Andy Morris wrote: <blockquote cite="mid...@mb..." type="cite">Okay, <br> i just installed BOBS on a Fedora Core2 box and when i run the check config it actually saves the data to the server. But as soon as it finishes all the files are gone. I can't do a backup. nothing is put into the server...anyone else have this problem? I have set the cgi-enforce and it still does not backup any data...? <br> andy <br> <br> Andy Morris wrote: <br> <br> <blockquote type="cite">Yeah, <br> i have bobs on a fc2 box and it works fine. i might have to update this box to fc2 to make it work nicer. <br> andy <br> <br> Joe Zacky wrote: <br> <br> <blockquote type="cite">Andy Morris wrote: <br> <br> <blockquote type="cite">why am i getting this message? <br> <br> <b>Security Alert!</b> The PHP CGI cannot be accessed directly. <br> <br> <p>This PHP CGI binary was compiled with force-cgi-redirect enabled. This <br> means that a page will only be served up if the REDIRECT_STATUS CGI variable is <br> set, e.g. via an Apache Action directive.</p> <br> <p>For more information as to <i>why</i> this behaviour exists, see the <a href=<a class="moz-txt-link-rfc2396E" href="http://php.net/security.cgi-bin">"http://php.net/security.cgi-bin"</a>>manual page for CGI security</a>.</p> <br> <p>For more information about changing this behaviour or re-enabling this webserver, <br> consult the installation file that came with this distribution, or visit <a href=<a class="moz-txt-link-rfc2396E" href="http://php.net/install.windows">"http://php.net/install.windows"</a>>the manual page</a>.</p> <br> <br> What do i need to do to solve this problem? <br> I used the rpm install of BOBS <br> </blockquote> <br> <br> <br> Sounds like it has to do with the way php is integrated into your Apache configuration. I haven't seen this error. I'm running bobs on Fedora Core 2. I'm sure the php link referred to has the answer, but it looks confusing at a glance. <br> <br> Joe <br> <br> <br> ------------------------------------------------------- <br> SF email is sponsored by - The IT Product Guide <br> Read honest & candid reviews on hundreds of IT Products from real users. <br> Discover which products truly live up to the hype. Start reading now. <br> <a class="moz-txt-link-freetext" href="http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click">http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click</a> <br> _______________________________________________ <br> Bobs-devel mailing list <br> <a class="moz-txt-link-abbreviated" href="mailto:Bob...@li...">Bob...@li...</a> <br> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/bobs-devel">https://lists.sourceforge.net/lists/listinfo/bobs-devel</a> <br> </blockquote> <br> <br> <br> <br> <br> <br> <br> ------------------------------------------------------- <br> SF email is sponsored by - The IT Product Guide <br> Read honest & candid reviews on hundreds of IT Products from real users. <br> Discover which products truly live up to the hype. Start reading now. <br> <a class="moz-txt-link-freetext" href="http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click">http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click</a> <br> _______________________________________________ <br> Bobs-devel mailing list <br> <a class="moz-txt-link-abbreviated" href="mailto:Bob...@li...">Bob...@li...</a> <br> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/bobs-devel">https://lists.sourceforge.net/lists/listinfo/bobs-devel</a> <br> </blockquote> <br> <br> <br> <br> <br> <br> ------------------------------------------------------- <br> SF email is sponsored by - The IT Product Guide <br> Read honest & candid reviews on hundreds of IT Products from real users. <br> Discover which products truly live up to the hype. Start reading now. <br> <a class="moz-txt-link-freetext" href="http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click">http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click</a> <br> _______________________________________________ <br> Bobs-devel mailing list <br> <a class="moz-txt-link-abbreviated" href="mailto:Bob...@li...">Bob...@li...</a> <br> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/bobs-devel">https://lists.sourceforge.net/lists/listinfo/bobs-devel</a> <br> <br> </blockquote> </body> </html> |
From: Andy M. <and...@mb...> - 2005-04-21 19:24:42
|
Okay, i just installed BOBS on a Fedora Core2 box and when i run the check config it actually saves the data to the server. But as soon as it finishes all the files are gone. I can't do a backup. nothing is put into the server...anyone else have this problem? I have set the cgi-enforce and it still does not backup any data...? andy Andy Morris wrote: > Yeah, > i have bobs on a fc2 box and it works fine. i might have to update > this box to fc2 to make it work nicer. > andy > > Joe Zacky wrote: > >> Andy Morris wrote: >> >>> why am i getting this message? >>> >>> <b>Security Alert!</b> The PHP CGI cannot be accessed directly. >>> >>> <p>This PHP CGI binary was compiled with force-cgi-redirect >>> enabled. This >>> means that a page will only be served up if the REDIRECT_STATUS CGI >>> variable is >>> set, e.g. via an Apache Action directive.</p> >>> <p>For more information as to <i>why</i> this behaviour exists, see >>> the <a href="http://php.net/security.cgi-bin">manual page for CGI >>> security</a>.</p> >>> <p>For more information about changing this behaviour or re-enabling >>> this webserver, >>> consult the installation file that came with this distribution, or >>> visit <a href="http://php.net/install.windows">the manual page</a>.</p> >>> >>> What do i need to do to solve this problem? >>> I used the rpm install of BOBS >> >> >> >> Sounds like it has to do with the way php is integrated into your >> Apache configuration. I haven't seen this error. I'm running bobs on >> Fedora Core 2. I'm sure the php link referred to has the answer, but >> it looks confusing at a glance. >> >> Joe >> >> >> ------------------------------------------------------- >> SF email is sponsored by - The IT Product Guide >> Read honest & candid reviews on hundreds of IT Products from real users. >> Discover which products truly live up to the hype. Start reading now. >> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >> _______________________________________________ >> Bobs-devel mailing list >> Bob...@li... >> https://lists.sourceforge.net/lists/listinfo/bobs-devel > > > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Bobs-devel mailing list > Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel |