Hi!
 
What is the good saving strategy if I have tape and disk storage too?
 
How can I create backup  from "client1" to both storage (tape and disk storage)?
 
Is it possible to define two JOBs ?

Job {
  Name = "BackupClient1Disk"
  Client = client1-fd
  JobDefs = "DefaultJob"
  Schedule = "WeeklyCycle"
  Storage = disk1-sd
}

Job {
  Name = "BackupClient1Tape"
  Client = client1-fd
  JobDefs = "DefaultJob"
  Schedule = "WeeklyCycle"
  Storage = tape1-sd
}

Sincere thanks so far.

--
mkepler

------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to