Hi all again,

SOLVED, SOLVED, SOLVED.

I found many files "in future". I located with find linux command.
find /home -mtime -0

To reset the modification time for files I use find command too...
find /home -mtime -0 -exec touch {} \;

Running the job twice, the second has no files to backup.
My incremental backup now works correctly.

Kleber

2010/9/4 Kleber Leal <kleber.l...@gmail.com>

> Hi all,
>
> I have a bacula 5.0.2 in a production environment and a unexpected
> situation has occurred with incremental backup.
>
> Exists a job named Backup-ARQUIVOS with a samba file server running on
> CentOS. My schedule run a Full backup at 1st sun of month and a Incremental
> backup daily.
> The problem is on incremental backup. Every time has files to be backed up
> and is this a error, bacause no one files was modified sine the last
> incremental backup.
>
> list jobs
> |   801 | Backup-ARQUIVOS    | 2010-09-03 15:14:02 | B    | I     |
> 2,165 |   4,050,882,312 | T         |
> |   802 | Backup-ARQUIVOS    | 2010-09-03 15:25:08 | B    | I     |
> 2,165 |   4,050,882,312 | T         |
>
> How can I debug this. May be a file name violation error. I don't know.
> What can I do to debug this?
>
> Kleber Leal
>
>
> --
> <eu>
> <nome>Kléber Leal</nome>
> <e-mail>kleber.l...@gmail.com</e-mail>
> <telefone tipo="celular">(81) 8756 9603</telefone>
> <mensagem>
>       <corpo>O único lugar onde o sucesso vem antes do trabalho é no
> dicionário</corpo>
>       <autor>Albert Einstein</autor>
> </mensagem>
> </eu>
>



-- 
<eu>
<nome>Kléber Leal</nome>
<e-mail>kleber.l...@gmail.com</e-mail>
<telefone tipo="celular">(81) 8756 9603</telefone>
<mensagem>
      <corpo>O único lugar onde o sucesso vem antes do trabalho é no
dicionário</corpo>
      <autor>Albert Einstein</autor>
</mensagem>
</eu>
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to