Ah, so wrong file. So what have i done. Changed that files on the
Serverside:
/etc/bareos/bareos-dir.d/director/bareos-dir.conf
/etc/bareos/bareos-sd.d/storage/bareos-sd.conf
/etc/bareos/bareos-fd.d/client/myself.conf
If check with lsof:
lsof -i :9101
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
bareos-di 1578 bareos 4u IPv6 23628 0t0 TCP *:bacula-dir (LISTEN)
lsof -i :9102
bareos-fd 1438 root 3u IPv6 11188 0t0 TCP *:bacula-fd (LISTEN)
lsof -i :9103
bareos-sd 9362 bareos 3u IPv6 40641 0t0 TCP *:bacula-sd (LISTEN)
On the clientsite:
lsof -i :9103
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
bareos-fd 891 root 5u IPv6 26559 0t0 TCP ubuntudev.supertux.lan:
41722->bareos.supertux.lan:bacula-sd (ESTABLISHED)
So should work right?
But if i start a backup, i got this errormessage:
bareos-sd JobId 43: Job Backup-ubuntudev.supertux.lan.2019-08-28_16.47.16_15
is waiting. Cannot find any appendable volumes.
Please use the "label" command to create a new Volume for:
Storage: "FileStorage" (/var/lib/bareos/storage)
Pool: Incremental
Media type: File
Am Mittwoch, 28. August 2019 16:19:17 UTC+2 schrieb Jörg Steffens:
>
> On 27.08.19 at 19:40 wrote Samuel Marischek:
> > Ok, the storagedameon did not start:
> >
> > |
> > Director{
> > Name=bareos-dir
> > Password="XXXXXXXXXXXXXXXXXXXXXXXXXXXXxx"
> > Description="Director, who is permitted to contact this storage
> daemon."
> >
> > SDAddresses ={
> > ipv6 ={addr =::;}
> > }
> > }
> > |
> >
> > So i think SDAddresses ist no right.
>
> You need to set it in the Storage Daemon own ressource at
> /etc/bareos/bareos-sd.d/storage/bareos-sd.conf , see
> https://docs.bareos.org/Configuration/StorageDaemon.html#storage-resource
> --
> Jörg Steffens [email protected] <javascript:>
> Bareos GmbH & Co. KG Phone: +49 221 630693-91
> http://www.bareos.com Fax: +49 221 630693-10
>
> Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
> Komplementär: Bareos Verwaltungs-GmbH
> Geschäftsführer:
> S. Dühr, M. Außendorf, Jörg Steffens, P. Storz
>
>
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/bareos-users/71674397-58c8-4fe9-beac-c1386d9dc045%40googlegroups.com.