Hi,

Do you know how can I force bacula to select one specific Full backup before a differential backup? Here is my scenario: I made a complete full backup yesterday, then accidently another full backup began through schedule. I cancelled this second full backup, so I have one complete full backup and one cancelled full backup. The issue is that when I try to make a differential backup, Bacula is informing that there is no full backup available and begin doing a full backup instead of a differential.

When looking the logs, I can see that the SQL command is not considering the previous full backup, but the one I cancelled.

SELECT StartTime FROM Job WHERE JobStatus='T' AND Type='B' AND Level='F' AND Name='Client1' AND ClientId=1 AND FileSetId=2 ORDER BY StartTime DESC LIMIT 1;

If I change FileSetId parameter to FileSetId=1, I can retrieve information about my full backup.

How "to instruct" Bacula to use jobid=1 instead of jobid=2? What is tha table I need to modify to have this working?

Thanks for any information on this.

Marcelo

--
###############################################################
Luis Marcelo Achite, MSc
Information Technology Manager
Inter-American Institute for Global Change Research - IAI
Avenida dos Astronautas, 1758, Jardim da Granja
12227-010 Sao Jose dos Campos - Sao Paulo - Brazil
Phone: (55-12) 3945-6868 Fax: (55-12) 3941-4410
e-mail : [EMAIL PROTECTED]
Skype: lmachite
###############################################################


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to