Am Montag, 15. Februar 2016 15:41:05 UTC+1 schrieb marco.van.wieringen:
> On 02/15/16 02:09 PM, Jan Weise wrote:
> > Dear all,
> > 
> > we want to use bareos for our main backupsystem. we have a NetApp in Cluster
> > Mode Version  8.3.1 I have installed bareos 15.2.2 on Debian (8) Jessie. I
> > tryed the example in the very good online doc, NDMP to File is working
> > perfect, but there is no example for a NDMP to Tape Backup, so i tryed this:
> > 
> > In bareos-dir.conf
> > Storage {
> >   Name = NDMPTape
> >   Address = debian8
> >   Port = 10000
> >   Protocol = NDMPv4
> >   Auth Type = Clear
> >   Username = "ndmpadmin"
> >   Password = "xxx"
> >   Device = autochanger-0 # it works with FileStorage
> >   Media Type = lto   # and with File
> >   PairedStorage = Tape   # and with File
> > }
> > 
> > Storage {
> >   Name = Tape
> >   Address = debian8
> >   ...
> >   Device = autochanger-0
> >   Media Type = lto
> >   Autochanger = yes
> > }
> > 
> > Storage {
> >   Name = File
> >   Address = debian8
> >   ...
> >   Device = FileStorage
> >   Media Type = File
> > }
> > 
> > But i got the error:
> > Fatal error: Storage Tape has illegal backup protocol Native for NDMP backup
> > 
> > A kollege of my told me, for him it works with bareos 14.x and a NetApp
> > 7-Mode. Does it don't work in bareos 15.x anymore, or will it be in 16.x?
> It works the same in all versions only later 15.2 and 16.x versions have
> more enhanced code but essentially its the same as before for the basic stuff.
> 
> The error seems to indicate you start the Job with as storage Tape and not 
> NDMPTape.
> 
> -- 
> Marco van Wieringen                   marco.van.wieringen <at> bareos.com
> Bareos GmbH & Co. KG                  Phone: +49-221-63069389
> http://www.bareos.com                     
> 
> Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
> Komplementär: Bareos Verwaltungs-GmbH
> Geschäftsführer: Stephan Dühr, M. Außendorf, J. Steffens,
>                  P. Storz, M. v. Wieringen

Thanks for the hint, The solution was, i have to define a separate pool for 
NDMPTape and i can't use the tape pool, because the pool settings of storage 
overwrites the job setting.

Best regards!
Jan

-- 
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