>>>>> On Fri, 29 Jun 2007 15:05:12 +0200 (CEST), Martin Drasar said:
> 
> Hello everyone,
> could you please help me with writing schedule for this task...
> 
> I want to have two parallel backup jobs. One will do backup on odd days
> and the other on even. Full backup every week, but divided into two jobs
> (i.e. every job is going to have full backup every 14 days)
> 
> For illustration I provide this table:
> 
>   +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
>   |sun|mon|tue|wed|thu|fri|sat|sun|mon|tue|wed|thu|fri|sat|sun|
>   +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
> I | F | x | I | x | I | x | I | x | I | x | I | x | I | x | F |
>   +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
> II| x | I | x | I | x | I | x | F | x | I | x | I | x | I | x |
>   +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
> 
> F: Full backup
> I: Incremental backup
> x: No backup
> 
> So far I have only come up with solutions that would require to write many
> lines of code into schedule definition and would made it hard to maintain
> in case of backup scheme change.

You could try the cancellation trick described in
examples/backup-every-other-week.txt.

__Martin

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to