Bacula-users

Re: [Bacula-users] Incremental backup not working properly

2010-09-04 21:43:13
Subject: Re: [Bacula-users] Incremental backup not working properly
From: Kleber Leal <kleber.leal AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Sat, 4 Sep 2010 22:38:50 -0300
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.leal AT gmail DOT 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.leal AT gmail DOT 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.leal AT gmail DOT 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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>