Hi,

Is this simplified example below logical/correct? 

I can't tell from documentation.

Storage for MY_VERIFY job is where to unpack the meta-data.

Storage for MY_BACKUP job is where to put the volumes.
  

Job {
 Name    = MY_BACKUP
 Level   = Incremental
 Storage = Tape
 Client  = Alpha
 ...
}

Job {
 Name      = MY_VERIFY
 Level     = VolumetoCatalog
 VerifyJob = MyBackup
 Storage   = LocalStorage
 Client    = Beta
 ...
}

Storage {
 Name   = LocalStorage
 Device = LocalDisk
}

Storage {
 Name   = Tape
 Device = Tapedrive
}




















-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to