I am jumping into the middle of this thread, please forgive me if I am off base.
You can do this two ways. The first is to define the pools in the job like this Job { Name = "comp01" Type = Backup Client = comp01-fd FileSet = "Windows C-drive" Schedule = "WeeklyCycle" Storage = "FileStorage0" Messages = Standard Pool = 'Default' ###### Full Backup Pool = "Monthly" Incremental Backup Pool = "Daily" Differential Backup Pool = "Weekly" ###### Priority = 10 } and this schedule Schedule { Name = "WeeklyCycle" Run = Full 1st sun at 00:01 Run = Differential 2nd-5th sun at 00:01 Run = Incremental mon-sat at 00:01 } The second way is to define the pools in the schedule like this: Job { Name = "comp01" Type = Backup Client = comp01-fd FileSet = "Windows C-drive" Schedule = "Daily_Backup" Messages = Standard Pool = "Default" Priority = 10 } Schedule { Name = "WeeklyCycle" Run = Level=Full Pool=Daily mon-sat at 00:01 Run = Level=Full Pool=Weekly 2nd-5th sun at 00:01 Run = Level=Full Pool=Monthly 1st sun at 00:01 } Pierre Bernhardt wrote: > Darien Hager schrieb: >> On Feb 4, 2007, at 4:12 AM, Pierre Bernhardt wrote: >> >>> I have different pools created: >>> >>> Daily for incremental backups >>> Weekly for differential backups >>> Monthly for full backups >>> >>> If a Daily job executes and a full backup must be saved the bu >>> schould go automatically to the monthly pool. For Differential >>> it should use the Weekly pool. >>> >>> So I've configured the following schedule directive in director >>> configuration. >>> >>> Schedule { >>> Name = "Cycle" >>> Run = Level = Full 1st sun at 18:35 >>> Run = Level = Differential Full Pool = Monthly 2nd-5th sun at 18:35 >>> Run = Level = Incremental Full Pool = Monthly Differential Pool = >>> Weekly >>> mon-sat at 18:35 >>> } >>> >>> But the problem is, it will not work as I guess. >>> >>> Where is the mistake? > 1st it's looks like running without any changes. Not i the way I > understood but I still check them. > >> I can think of one issue which I encountered--if you do a >> Differential or Incremental backup but no prior Full backup exists, >> it becomes upgraded to Full. Because of this, you can possibly have a >> Full backup done on any day, at least when you're starting out. > Yes, thats true. It's ok and the full backup should gone to monthly pool > instead of daily/weekly pool. > >> Myself, I realized I didn't care so much about whether it was a daily/ >> weekly/monthly backup, but actually I wanted to separate them by >> their level, so my pools are full/diff/incr instead. If this is the >> case for you, I would suggest you look at these three Job/JobDefs >> directives: >> >> Full Backup Pool = <pool-resource-name> >> Differential Backup Pool = <pool-resource-name> >> Incremental Backup Pool = <pool-resource-name> > I will check them. Possible it's easier to do that in this way. > >> These will override the pool specification depending on the level of >> the backup. Using all three of them makes "Pool = " redundant. When >> using them, I could remove the pool specifications from my schedule. > Thx. for help. > > cu... > Pierre Bernhardt > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users