Hello,
I'm going slightly mad and find no solution...
Environment:
Bareos Windows 18.5.2 (Director, FD & SD only Windows!)
The Storage device should be a NAS (NFS)
I configured it as storage device in the SD.
Device {
Name = xxx
Media Type = NAS
Archive Device =
LabelMedia = yes; # lets Bareos label unlabeled media
Random Access = yes;
AutomaticMount = yes; # when device opened, read it
RemovableMedia = yes;
AlwaysOpen = no;
Description = "File device. A connecting Director must have the same Name
and MediaType."
}
The Probleme is Archive Device:
Archive Device = T:/test --> Error (T = Network Drive)
Archive Device = //Servername/xxx/xxx --> Error (can't find path)
Archive Device = \\Servername\xxx\xxx --> Error (can't find path)
Archive Device = C:/Test (symbolic link) --> Error (must be a directory)
What i am doing wrong?
Can someone help me?
thx
--
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/8c0d238e-4db9-4ca7-8908-173817dd084d%40googlegroups.com.