Mingus Dew wrote:
> I have a set of clients which all need the same fileset backed up. Is it 
> possible to specify multiple clients for the same job definition? Like so:
> 
> Job {
>   Name = "Daily_Disk_to_Disk"
>   Type = Backup
>   Client = server1, server2, server3
>   FileSet = "Linux_FileSystems"
>   Schedule = "Incr_0500_Sun_Full"
>   Storage = My_Files
>   Pool = My_Disks
>   Messages = Standard
>   Write Bootstrap = "/mnt/backup1/bacula/bootstrap/%n.bsr"
> }

No.

Instead, specify one JobDefs, which will contain most of the above.

Then create three Jobs, one for each client.  Refer to the JobDefs you 
just created, and specify the client.  Each job will be very short, just 
the JobDefs and the Client directives.


-- 
Dan Langille

BSDCan - The Technical BSD Conference : http://www.bsdcan.org/
PGCon  - The PostgreSQL Conference:     http://www.pgcon.org/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to