On 10/4/2005 5:57 AM Luis Marcelo Achite wrote:

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.


Just a guess but what happens if you delete the job associated with the partial full and then try the differential?

Good luck,

Drew

--
Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books, & More!

http://www.alchemistswarehouse.com



-------------------------------------------------------
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