From: James W. B. <jbe...@mi...> - 2005-04-21 14:29:28
|
<!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">Thanks Joe.<br> I'll pull down and install the cvs version. I'll also look into the rsynch bug you spoke of. When I ran the backup.php by hand I saw this error message a number of times for a bunch of files:<br> <br> <b>Warning</b>: stat failed for /backup/bobsdata/incremental/main/webbackup/acimsdb.zip.2005.110 (errno=75 - Value too large for defined data type) in <b>/backup/bobsdata/current/process/cmd/cmd.3424.php</b> on line <b>38</b><br /><br> <br> <br> These files are about 1GB in size each.<br> <br> Any ideas on this??<br> <br> Thanks<br> James<br> <br> </font><br> Joe Zacky wrote: <blockquote cite="mid...@za..." type="cite"><br> <br> Joe Zacky wrote: <br> <br> <blockquote type="cite">James W. Beauchamp wrote: <br> <br> <blockquote type="cite">Hi all. I'm running 0.6.2 BOBS and I am having a problem with files not being deleted that are over the retention time (30 days) that I specified in the share setup. </blockquote> <br> If you're using the latest cvs version of bobs, you can look in bobs.log. for " make_bak_dir mkdir "<some file name>" failed: File exists <br> </blockquote> <br> Also, my cron.daily process sends any output as email to root. Messages from bobs cleanup are shown there. <br> <br> This section of code in class_cleanup.php does it: <br> <br> if(unlink($fullpath) == TRUE){ // unlink file verbosely <br> print("Removed $fullpath\n"); <br> for($i = 0; $i<6; $i++) // Delete keys '0' - '5' <br> dba_delete($val + $i, $handle); <br> } <br> else { <br> print("Unable to remove $fullpath\n"); <br> } <br> } <br> <br> <br> <br> ------------------------------------------------------- <br> This SF.Net email is sponsored by: New Crystal Reports XI. <br> Version 11 adds new functionality designed to reduce time involved in <br> creating, integrating, and deploying reporting solutions. Free runtime info, <br> new features, or free trial, at: <a class="moz-txt-link-freetext" href="http://www.businessobjects.com/devxi/728">http://www.businessobjects.com/devxi/728</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> |