Rob Burris wrote:
> Hello all,
> 
> I was wondering what Pool you should you specify in a Job Restore when
> you have more than one. For example, I have two Pools, one for Full
> backups and for Incremental.
> 
> Pool {
>  Name = Full-Pool
>  Pool Type = Backup
>  AutoPrune = yes
>  Volume Retention = 6 months
>  Recycle = yes
>  Accept Any Volume = yes
>  Maximum Volume Jobs = 1
>  Label Format = Full-
>  Maximum Volumes = 6
> }
> 
> 
> Pool {
>  Name = Inc-Pool
>  Pool Type = Backup
>  AutoPrune = yes
>  Volume Retention = 60 days
>  Recycle = yes
>  Accept Any Volume = yes
>  Maximum Volume Jobs = 6
>  Label Format = Inc-
>  Maximum Volumes = 5
> }
> 
> 
> Job {
>  Name = Client-Restore
>  Type = Restore
>  Client = client-fd
>  FileSet = "Client Set"
>  Storage = DLT7000
>  Where = /tmp/client-restore
>  Messages = Standard
>  Pool = [What goes here?]
> }
> 
> 
> Perhaps, this needs to be configured in the console and depends entirely
> on what I am trying to restore.

Don't worry about it.  Bacula will pick the pool(s) containing the
volumes it needs to accomplish the restore.


-- 
 Phil Stracchino       [EMAIL PROTECTED]
    Renaissance Man, Unix generalist, Perl hacker
 Mobile: 603-216-7037         Landline: 603-886-3518


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to