Am 30.08.2016 um 14:13 schrieb Win Htin:
> Thanks Ralf. How many drives do you have in your new tape library?
> Can you share your bacula-fd.conf file?

Old and new tape library do have a single drive.

At the moment all the bacula-fd.conf are looking like the following - 
all backup jobs per host are running parallel.

I will remove the director for "host-old" in the near future. At the 
moment some very few jobs on host-old are still running.

> Director {
>   Name = host-old-dir
>   Password = "1234"
> }
>
> Director {
>   Name = host-new-dir
>   Password = "1234"
> }
>
> Director {
>   Name = host-old-mon
>   Password = "1234"
>   Monitor = yes
> }
>
> FileDaemon {                     # this is me
>   Name = server-xy-fd            # File-Daemon on Server "server-xy"
>   FDport = 9102                  # where we listen for the director
>   WorkingDirectory = /var/lib/bacula/working
>   Pid Directory = /var/run
>   Maximum Concurrent Jobs = 20
> }
>
> Messages {
>   Name = Standard
>   director = host-new-dir = all, !skipped, !restored
> }

-- 
Ralf Brinkmann


------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to