Bacula-users

Re: [Bacula-users] Backup two clients to same tape...

2010-03-02 07:05:30
Subject: Re: [Bacula-users] Backup two clients to same tape...
From: gnowar <g.nowar AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 2 Mar 2010 04:03:22 -0800 (PST)
You just need to create 2 Jobs for your clients :

Job {
  Name = "BackupClient1OnTape"
  Client = Client1
  Pool = YourPool
  FileSet = "Client1FileSet"
  Schedule = "YourSched"
  JobDefs = "DefaultJob"
  Storage = Tape
}

Job {
  Name = "BackupClient2OnTape"
  Client = Client2
  Pool = YourPool
  FileSet = "Client2FileSet"
  Schedule = "YourSched"
  JobDefs = "DefaultJob"
  Storage = Tape
}

What's the problem ?


Gilberto Nunes-3 wrote:
> 
> Hi buddies...
> 
> I have two clients with Windows 2003 server and I have need to backup 
> this clients into the same tape...
> How can I create a job (or jobs) to make thia task???
> 
> Thanks for any help...
> 
> 
> -- 
> Gilberto Nunes Ferreira
> *Suporte T.I.*
> *Selbetti Gestão de Documentos*
> *(47) 3441-6004 / (47) 8861-6672*
> *Fax (47) 3441-6027*
> /*gilberto.nunes AT selbetti.com DOT br*/
> 
> 
> 
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Bacula-users mailing list
> Bacula-users AT lists.sourceforge DOT net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Backup-two-clients-to-same-tape...-tp27754901p27755041.html
Sent from the Bacula - Users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>