>On Mon, 15 Aug 2005 11:24:36 -0700, you wrote:

>I'm wondering how to associate Volumes with Jobs. It doesn't seem  
>clear to me how I say "Use this Volume for this Job". I'm currently  
>backing up multiple workstations and I'd like each workstation to  
>have it's own Volume (using FileStorage).
>
>How does bacula figure out which Volume to use? I just want to say  
>"Job X uses Volume X on FileStorage" with incrementals. Is this even  
>possible?
>
>Ideas?
>
>--Joe
Joe:

I make 6 pools here (2 for each of 3 system as I retain each a week)

What I do it in the Job definitions in bacula-dir.conf below:

 
Job { 
  Name = "Eagle-Set-A"
  Maximum Concurrent Jobs = 4
  Type = Backup
  Level = Full
  Client = eagle-fd
  FileSet = Eagle-Full
  Schedule = Eagle-Set-A
  Storage = DDS-3-Drive0
  Pool = DDS-3-Drive0-Set-A
  Write Bootstrap = "/root/bacula/bin/working/Eagle-Set-A.bsr"
  Messages = Standard
} 
  
Job { 
  Name = "Eagle-Set-B"
  Maximum Concurrent Jobs = 4
  Type = Backup
  Level = Full
  Client = eagle-fd
  FileSet = Eagle-Full
  Schedule = Eagle-Set-B
  Storage = DDS-3-Drive0
  Pool = DDS-3-Drive0-Set-B
  Write Bootstrap = "/root/bacula/bin/working/Eagle-Set-B.bsr"
  Messages = Standard
} 

Does this make sense? If not let me know and I'll try to help out more

George
===[George R. Kasica]===        +1 262 677 0766
President                       +1 206 374 6482 FAX 
Netwrx Consulting Inc.          Jackson, WI USA 
http://www.netwrx1.com
[EMAIL PROTECTED]
ICQ #12862186


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to