[Box Backup] Eventlog full with warnings

Roy boxbackup@boxbackup.org
Sat, 08 Nov 2008 00:21:04 +0100


This is a multi-part message in MIME format.
--------------030905090305010408000403
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Chris Wilson wrote:
> Hi Roy,
>
> On Fri, 7 Nov 2008, Roy wrote:
>
>   
>> I just upgraded my BoxBackup installation, to the latest Windows client 
>> release (2368) and the server to the latest SVN checkout (2373).
>>     
>
> Great, thanks for testing it!
>
>   
>> First I got an error about the notify script on windows. There is an 
>> error in it. I replaced the section with the error with that same 
>> section from an older script.
>>     
>
> Please could you let me know what exactly you changed, and to what, as I'm 
> not aware of this error?
>   
I changed the read-error part from:
    subject = subjtmpl & " (read errors)"
    body =    "Errors occurred reading some files or directories " & _
        "for backup on " & hostname & "." _ & vbCrLf & _
        vbCrLf & _
        "===================================" & vbCrLf & _
        "THESE FILES ARE NOT BEING BACKED UP" & vbCrLf & _
        "===================================" & vbCrLf & vbCrLf & _
        "Check the logs on "&hostname&" for the files and " & _
        "directories which caused" & vbCrLf & _
        "these errors, and take appropriate action." & vbCrLf & _
        vbCrLf & _
        "Other files are being backed up." & vbCrLf
    SendMail from,sendto,subject,body

to
    subject = subjtmpl & " (read errors)"
    body =    "Errors occured reading some files or directories for 
backup on "&hostname&"." _
            & vbCrLf & vbCrLf & _
            "===================================" & vbCrLf & _
            "THESE FILES ARE NOT BEING BACKED UP" & vbCrLf & _
            "===================================" & vbCrLf & vbCrLf & _
            "Check the logs on "&hostname&" for the files and 
directories which caused" & _
            "these errors, and take appropraite action." & vbCrLf & 
vbCrLf & _
            "Other files are being backed up." & vbCrLf
    SendMail from,sendto,subject,body

The latter section I had in my older notify script. I couldn't locate 
the fault in the one supplied, but I'm not familiar with the language of 
these scripts.
>   
>> But now it is running I got numerous warnings, like this one:
>> WARNING: Found conflicting parent ID for file ID 2002 ($PATH$\$FILENAME$):
>> expected 118406 ($PATH$) but found 11495 (same directory used in two different
>> locations?)
>>
>> $PATH$ is an existing path on my windows workstation, and $FILENAME$ also
>> exists. Second $PATH$ is the same as the first.
>>
>> This directory is not used in any other location, so I don't understand 
>> this error. And more importantly, what can I do to solve this? Or is 
>> this not necessary (but then I always would have numerous warnings in my 
>> eventlog)?
>>     
>
> Box Backup uses the file ID to track renamed files. It keeps a database of 
> file IDs by name. If the ID changes between runs, this may indicate that 
> the file was moved to a different directory. However, it should not change 
> during a run. The only case where I've seen this is when I've created two 
> locations using the same path, hence the suggestion in the error message. 
> Please could you tell us what's in the BackupLocations section of your
> bbackupd.conf?
>
> Cheers, Chris.
>   

Everytime it runs, I got these errors. So it thinks the file is moved 
everytime?
BackupLocations section:
    GTO
    {
        Path = D:\GTO
    }
   
    Foto's & Afbeeldingen
    {
        Path = D:\Foto's & Afbeeldingen
    }
   
    Application Data
    {
        Path = C:\Documents and Settings\Makaveli\Application Data
        ExcludeDir = C:\Documents and Settings\Makaveli\Application 
Data\Skype
        ExcludeFilesRegex = .(lock)$
        ExcludeFilesRegex = .(.sqlite-journal)$
    }
   
    Bureaublad
    {
        Path = C:\Documents and Settings\Makaveli\Bureaublad
    }

Hope this helps.

Thanks in advance,

Roy

--------------030905090305010408000403
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!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">
Chris Wilson wrote:
<blockquote cite="mid:Pine.LNX.4.64.0811072006560.29722@top.qwarx.com"
 type="cite">
  <pre wrap="">Hi Roy,

On Fri, 7 Nov 2008, Roy wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">I just upgraded my BoxBackup installation, to the latest Windows client 
release (2368) and the server to the latest SVN checkout (2373).
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Great, thanks for testing it!

  </pre>
  <blockquote type="cite">
    <pre wrap="">First I got an error about the notify script on windows. There is an 
error in it. I replaced the section with the error with that same 
section from an older script.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Please could you let me know what exactly you changed, and to what, as I'm 
not aware of this error?
  </pre>
</blockquote>
I changed the read-error part from:<br>
&nbsp;&nbsp;&nbsp; subject = subjtmpl &amp; " (read errors)"<br>
&nbsp;&nbsp;&nbsp; body =&nbsp;&nbsp;&nbsp; "Errors occurred reading some files or directories "
&amp; _<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "for backup on " &amp; hostname &amp; "." _ &amp; vbCrLf &amp; _<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vbCrLf &amp; _<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "===================================" &amp; vbCrLf &amp; _<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "THESE FILES ARE NOT BEING BACKED UP" &amp; vbCrLf &amp; _<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "===================================" &amp; vbCrLf &amp; vbCrLf
&amp; _<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "Check the logs on "&amp;hostname&amp;" for the files and "
&amp; _<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "directories which caused" &amp; vbCrLf &amp; _<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "these errors, and take appropriate action." &amp; vbCrLf &amp;
_<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vbCrLf &amp; _<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "Other files are being backed up." &amp; vbCrLf<br>
&nbsp;&nbsp;&nbsp; SendMail from,sendto,subject,body<br>
<br>
to <br>
&nbsp;&nbsp;&nbsp; subject = subjtmpl &amp; " (read errors)"<br>
&nbsp;&nbsp;&nbsp; body =&nbsp;&nbsp;&nbsp; "Errors occured reading some files or directories for
backup on "&amp;hostname&amp;"." _<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &amp; vbCrLf &amp; vbCrLf &amp; _<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "===================================" &amp; vbCrLf &amp; _<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "THESE FILES ARE NOT BEING BACKED UP" &amp; vbCrLf &amp; _<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "===================================" &amp; vbCrLf &amp;
vbCrLf &amp; _<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "Check the logs on "&amp;hostname&amp;" for the files and
directories which caused" &amp; _<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "these errors, and take appropraite action." &amp; vbCrLf
&amp; vbCrLf &amp; _<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "Other files are being backed up." &amp; vbCrLf<br>
&nbsp;&nbsp;&nbsp; SendMail from,sendto,subject,body<br>
<br>
The latter section I had in my older notify script. I couldn't locate
the fault in the one supplied, but I'm not familiar with the language
of these scripts.<br>
<blockquote cite="mid:Pine.LNX.4.64.0811072006560.29722@top.qwarx.com"
 type="cite">
  <pre wrap="">
  </pre>
  <blockquote type="cite">
    <pre wrap="">But now it is running I got numerous warnings, like this one:
WARNING: Found conflicting parent ID for file ID 2002 ($PATH$\$FILENAME$):
expected 118406 ($PATH$) but found 11495 (same directory used in two different
locations?)

$PATH$ is an existing path on my windows workstation, and $FILENAME$ also
exists. Second $PATH$ is the same as the first.

This directory is not used in any other location, so I don't understand 
this error. And more importantly, what can I do to solve this? Or is 
this not necessary (but then I always would have numerous warnings in my 
eventlog)?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Box Backup uses the file ID to track renamed files. It keeps a database of 
file IDs by name. If the ID changes between runs, this may indicate that 
the file was moved to a different directory. However, it should not change 
during a run. The only case where I've seen this is when I've created two 
locations using the same path, hence the suggestion in the error message. 
Please could you tell us what's in the BackupLocations section of your
bbackupd.conf?

Cheers, Chris.
  </pre>
</blockquote>
<br>
Everytime it runs, I got these errors. So it thinks the file is moved
everytime?<br>
BackupLocations section:<br>
&nbsp;&nbsp;&nbsp; GTO<br>
&nbsp;&nbsp;&nbsp; {<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Path = D:\GTO<br>
&nbsp;&nbsp;&nbsp; }<br>
&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; Foto's &amp; Afbeeldingen<br>
&nbsp;&nbsp;&nbsp; {<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Path = D:\Foto's &amp; Afbeeldingen<br>
&nbsp;&nbsp;&nbsp; }<br>
&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; Application Data<br>
&nbsp;&nbsp;&nbsp; {<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Path = C:\Documents and Settings\Makaveli\Application Data<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ExcludeDir = C:\Documents and Settings\Makaveli\Application
Data\Skype<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ExcludeFilesRegex = .(lock)$<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ExcludeFilesRegex = .(.sqlite-journal)$<br>
&nbsp;&nbsp;&nbsp; }<br>
&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; Bureaublad<br>
&nbsp;&nbsp;&nbsp; {<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Path = C:\Documents and Settings\Makaveli\Bureaublad<br>
&nbsp;&nbsp;&nbsp; }<br>
<br>
Hope this helps.<br>
<br>
Thanks in advance,<br>
<br>
Roy<br>
</body>
</html>

--------------030905090305010408000403--