Re: [Bacula-users] Schedule question

2014-12-12 Thread Thomas Lohman
> is there a quick way to set the schedule to be "every other week" > (to create full backups every 14 days i.e. on even weeks since > 01.01.1971 for example) > > If there is no predefined keyword, is there a way to trigger this > based on the result of an external command? Hi, you may also want t

Re: [Bacula-users] Schedule question

2014-12-12 Thread Heitor Faria
> > is there a quick way to set the schedule to be "every other week" > > (to create full backups every 14 days i.e. on even weeks since > > 01.01.1971 for example) > > > Not exactly AFAIK, but you can get close by specifying 1st + 3rd week of the > month or 1st + 3rd + 5th +... week of the year.

Re: [Bacula-users] Schedule question

2014-12-11 Thread Luc Van der Veken
> From: D S > Hello, > > is there a quick way to set the schedule to be "every other week" > (to create full backups every 14 days i.e. on even weeks since > 01.01.1971 for example) Not exactly AFAIK, but you can get close by specifying 1st + 3rd week of the month or 1st + 3rd + 5th +... week

[Bacula-users] Schedule question

2014-12-11 Thread D S
Hello, is there a quick way to set the schedule to be "every other week" (to create full backups every 14 days i.e. on even weeks since 01.01.1971 for example) If there is no predefined keyword, is there a way to trigger this based on the result of an external command? Regards. ---

[Bacula-users] Schedule Question

2010-07-14 Thread Uwe Schuerkamp
Hi folks, will the following schedule accomplish what we expect? ;-) Schedule { Name = "first_saturday_in_mar_jun_sep_dec" Run = Level=Full 1st Sat Mar Jun Sep Dec at 00:00 Run = Level=Incremental 2nd Sat at 00:00 } - full backups on the 1st Saturday in mar, jun, sep and dec. - increm

Re: [Bacula-users] Schedule question.

2009-10-30 Thread Cedric Tefft
Ronan Eckelberry wrote: > Hi guys, > > Quick scheduling question. I want to run Fulls 1st of every 3rd > month and Incrementals on 2nd-31st. I think the incremental part is > easy, but does anyone know of a good way to specify the Fulls? > > Looking for something to do the following: >

[Bacula-users] Schedule question.

2009-10-29 Thread Ronan Eckelberry
Hi guys, Quick scheduling question. I want to run Fulls 1st of every 3rd month and Incrementals on 2nd-31st. I think the incremental part is easy, but does anyone know of a good way to specify the Fulls? Looking for something to do the following: FULL Jan1, Apr1, July1, Oct1, etc in

Re: [Bacula-users] Schedule question

2009-10-05 Thread Christian Gaul
Jeff Palmer schrieb: > Schedule { > Name = "MonthlyCycle" > Run = Full on 1 at 21:05 > Run = Differential on fri at 23:05 > Run = Incremental sat-thu at 23:05 > } > Bacula schedules are not exclusive, if you define a Full on the 1st and a Differential on fridays, then you will get a Full

[Bacula-users] Schedule question

2009-10-04 Thread Jeff Palmer
Hello all, We currently use amanda, and I've been trying out bacula in a lab environment. The ultimate goal will be to retain the same backup policy as we currently have, but using bacula (obviously) In reading the docs for Scheduling, I'm not clear on a couple of things. Would someon

Re: [Bacula-users] Schedule question

2007-07-17 Thread Falk Sauer
Hi Doytchin, On Wednesday 18 July 2007 writes Doytchin Spiridonov: > is there a way to specify a schedule like this: > - full - sun of every other week > - incremental - all other days > > i.e. full every 14 days (at Sundays) and the next 13 days incremental > backups? this question comes up from

[Bacula-users] Schedule question

2007-07-17 Thread Doytchin Spiridonov
Hello, is there a way to specify a schedule like this: - full - sun of every other week - incremental - all other days i.e. full every 14 days (at Sundays) and the next 13 days incremental backups? Regards. - This SF.net e

Re: [Bacula-users] schedule question (was no subject)

2006-08-03 Thread Mario Lobo
On Thursday 03 August 2006 11:25, Alan Brown wrote: > On Wed, 2 Aug 2006, Erik P. Olsen wrote: > >> Schedule { > >> Name = "EveryOtherTuesday" > >> Run = Level=Full tue w00,w02,w04,w06,w08,w10,w12(etc to > >> week 52) at 22:00 > >> } > > > > Some years have 53 weeks! > > Every y

Re: [Bacula-users] Schedule question

2006-08-02 Thread Jo Rhett
On Thu, Aug 03, 2006 at 10:03:17AM +1200, Michael Carey wrote: > I'm pretty sure I got that straight out of the documentation. So is > there any reason that the following wouldn't work? > > Run = Level=Full 1st,3rd,5th tue at 22:00 On months with 5 tuesdays you'd have backups on two week

Re: [Bacula-users] Schedule question

2006-08-02 Thread Michael Carey
On 3 Aug 2006, at 9:38 AM, [EMAIL PROTECTED] wrote:Jo Rhett wrote: Sorry, I'm an idiot.  It's totally possible Schedule {           Name = "EveryOtherTuesday"           Run = Level=Full tue w00,w02,w04,w06,w08,w10,w12(etc to   week 52) at 22:00 } Some years have 53 weeks! On Aug 2, 2006, at 12:

Re: [Bacula-users] Schedule question

2005-04-13 Thread Arno Lehmann
Hello Michael Riexinger wrote: ... thanks for your quick answer. In the second pool (the one with the differentials), does the first differential backup automatically detect the pool with the fullbackups or does it do a full backup in its own pool? That wouldn't be what I want, because I want to sa

Re: [Bacula-users] Schedule question

2005-04-12 Thread Michael Riexinger
Arno Lehmann wrote: > Hi. > > Michael Riexinger wrote: > >> Hi, >> >> is it possible to have the following schedule: >> >> Full Backup every week with a retention time of 1 Month for each full >> backup and a daily differential backup with a retention time of one week? > > > Sure. Why wouldn't

Re: [Bacula-users] Schedule question

2005-04-11 Thread Arno Lehmann
Hi. Michael Riexinger wrote: Hi, is it possible to have the following schedule: Full Backup every week with a retention time of 1 Month for each full backup and a daily differential backup with a retention time of one week? Sure. Why wouldn't it be possible? Or do you actually ask how to do this? S

[Bacula-users] Schedule question

2005-04-11 Thread Michael Riexinger
Hi, is it possible to have the following schedule: Full Backup every week with a retention time of 1 Month for each full backup and a daily differential backup with a retention time of one week? Thanks! Michael Riexinger --- SF email is spo