Il giorno mer, 16/06/2010 alle 12.10 +0200, Carlo Filippetto ha scritto:
> Have you create any volume in that pool?
> 
> Post the Pool definition, and the schedul

Schedule {
  Name = "My Schedule"
  Run = Full 1st sun at 11:25
  Run = Differential 2nd-5th sun at 11:25
  Run = Incremental mon-sat at 11:25
}


Pool {
  Name = Full-Pool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes        
  Volume Retention = 1 month
  Maximum Volume Jobs = 1
  Label Format = "${Year}${Month:p/2/0/r}${Day:p/2/0/r}_${Hour:p/2/0/r}h
${Minute:p/2/0/r}m-full"
}

Pool {
  Name = Inc-Pool
  Pool Type = Backup
  Recycle = yes         
  AutoPrune = yes      
  Volume Retention = 1 month
  Maximum Volume Jobs = 1
  Label Format = "${Year}${Month:p/2/0/r}${Day:p/2/0/r}_${Hour:p/2/0/r}h
${Minute:p/2/0/r}m-incremental"
}

Pool {
  Name = Diff-Pool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 1 month
  Maximum Volume Jobs = 1
  Label Format = "${Year}${Month:p/2/0/r}${Day:p/2/0/r}_${Hour:p/2/0/r}h
${Minute:p/2/0/r}m-differential"
  Maximum Volume Jobs = 1
}




Full backups seems to work correctly even from schedule.
Incremental backups doesn't works.


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to