Oleg Gawriloff wrote:
> We have test setup with 2 clients. Each of them must be backed up to 
> separate volume (disk file). For this we using following config 
> (attached). The problem is: when backup schedule time arrived and 2nd 
> client have problems (for example turned-off) director _first_ creates 
> new volume for this client and only then tries to connect to file daemon 
> on this client. Which results in empty volume with status append. Then 
> when next  backup time arrives for 1st client - director see that append 
> volume exists and does not create separate volume for this. Its 
> unacceptable. Any ideas how in any stance backup for each client goes 
> only to its volumes?
>   
Create two different pools?

Also, it looks like you're trying to do catalogue' job in your pool 
definition. Are you sure you want to duplicate this?

> Pool {
>    Name = STORAGE-POOL-MAIN
>    Pool Type = Backup
>    Storage = MAIN-STORAGE
>    Maximum Volume Jobs = 1 # Make new volume for each new backup
>    Auto Prune = yes
>    Volume Retention = 1 month
>    Recycle = yes
>    Recycle Oldest Volume = yes
>    RecyclePool = STORAGE-POOL-RESERVE
>    Label Format = 
> "${Client}-Level-${Level}-${Hour}-${Minute}-${Day}-${Month}-${Year}"
> }
>   

wbr Mike

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to