this was on an rsync incremental.  There was no error in the Xfers log, it
is like the file was not there.  The atime on the file is from before the
backup so I know the file was there.  I have only seen this one time.

its true that only rsync actually does a file list but that doesnt mean that
a seperate file list process could not be run  either with a find command
over ssh, or with a locally mounted tar backup.

The idea of marking it partial is that backuppc would then kick in on the
next wakeup and try to finish the job because there was not a completed
backup within the schedule.   Then the next backup would have very little to
transfer and may pick up the missing file.



On Wed, Sep 3, 2008 at 3:16 PM, Les Mikesell <[EMAIL PROTECTED]> wrote:

> dan wrote:
>
>> I have a thought here, thought id run it through the users list before
>> dropping it on the devs.
>>
>> My idea was to add a small step to the backuppc process to validate that
>> all files that should be transfered were transfered and automatically flag
>> the backup as a partial if there is a discrepancy.
>> The idea is to simply compare a list of files with some details such as
>> mtime, size and filename. basically, have a post dump command to run a find
>> against each share to be backed up on the remote side and on the backuppc
>> side then compare the files.
>>
>> The reason for this is that I have found that backuppc can miss a file
>> every now any then without an error or warning.
>>
>
> The only time you should see this is on non-rsync incrementals where the
> timestamp on the files in question are backdated to before the previous
> full.  Do you have missed files without a log entry in other situations?
>
> --
>  Les Mikesell
>   [EMAIL PROTECTED]
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to