Re: [Bacula-users] Weekly full backups on tape, Daily incrementals on File

2015-01-16 Thread Luc Van der Veken
You can try limiting your configuration to a single job, and tell it when to do a full or incremental backup through the schedule, like below. Any backup type specified in the Schedule overrides the “Level = Full” in the job definition (which is still required to be there, but will be ignored if

Re: [Bacula-users] Weekly full backups on tape, Daily incrementals on File

2015-01-16 Thread Phil Stracchino
On 01/16/15 09:45, Gustavo Lacerda wrote: > Hi Uwe, thank you for your help. I have done a full backup on tape and > it completed with no errors. The problem is that the daily job > (differential backup on File) doesn't recognize that a full backup on > tape was done previously and asks to do a fu

Re: [Bacula-users] Weekly full backups on tape, Daily incrementals on File

2015-01-16 Thread Gustavo Lacerda
This solved my problem. In fact, the problem was having two job definitions instead of one with different run levels. Thank you very much for helping. Gustavo 2015-01-16 13:22 GMT-02:00 Phil Stracchino : > On 01/16/15 10:09, Gustavo Lacerda wrote: > > Hi Uwe, > > > > I have not defined the stora

Re: [Bacula-users] Weekly full backups on tape, Daily incrementals on File

2015-01-16 Thread Phil Stracchino
On 01/16/15 10:09, Gustavo Lacerda wrote: > Hi Uwe, > > I have not defined the storage in the schedule configuration. I will try > it. Thank you very much > > Schedule { > Name = "WeeklyCycle" > Run = Level=Full Pool=Tape-Monthly 1st fri at 23:05 > Run = Level=Full Pool=Tape-Weekly 2nd 3rd

Re: [Bacula-users] Weekly full backups on tape, Daily incrementals on File

2015-01-16 Thread Gustavo Lacerda
Hi Uwe, I have not defined the storage in the schedule configuration. I will try it. Thank you very much Schedule { Name = "WeeklyCycle" Run = Level=Full Pool=Tape-Monthly 1st fri at 23:05 Run = Level=Full Pool=Tape-Weekly 2nd 3rd 4th 5th Friday at 23:05 Run = Level=Differential Pool=File

Re: [Bacula-users] Weekly full backups on tape, Daily incrementals on File

2015-01-16 Thread Uwe Schuerkamp
On Fri, Jan 16, 2015 at 12:22:43PM -0200, Gustavo Lacerda wrote: > Hi, > > This is the first time I'm configuring bacula. I have a autochan ger with 8 > slots and 1 drive. I tried to schedule a weekly full backup on tape and > daily differential backups on file. This is a small test. The whole fu

Re: [Bacula-users] Weekly full backups on tape, Daily incrementals on File

2015-01-16 Thread Uwe Schuerkamp
On Fri, Jan 16, 2015 at 12:45:49PM -0200, Gustavo Lacerda wrote: > Hi Uwe, thank you for your help. I have done a full backup on tape and it > completed with no errors. The problem is that the daily job (differential > backup on File) doesn't recognize that a full backup on tape was done > previou

Re: [Bacula-users] Weekly full backups on tape, Daily incrementals on File

2015-01-16 Thread Gustavo Lacerda
Hi Uwe, thank you for your help. I have done a full backup on tape and it completed with no errors. The problem is that the daily job (differential backup on File) doesn't recognize that a full backup on tape was done previously and asks to do a full backup on File first. Is there any way to fix t