i get this massage :-

unable to authenticate with Storage daemon at "bckp.uofg.edu.sd:9103".
Possible causes:
Passwords or names not the same or
Maximum Concurrent Jobs exceeded on the SD or
SD networking messed up (restart daemon).

i want to use iscsi as storage MY SERVER is CentOS 7 .

bacula-dir.conf:-
Storage {
  Name = iscsi
  Password = "12345"
  Address = bckp.uofg.edu.sd
  SDPort = 9103
  Device = iscsi
  Media Type = File
  Maximum Concurrent Jobs = 20
}
Job {
  Name = Local
  Type = Backup
  Level = Incremental
  Client = bckp.uofg.edu.sd-fd
  FileSet = "Full Set"
  Schedule = WeeklyCycle
Device = iscsi
  Media Type = File
  Maximum Concurrent Jobs = 20
}
Job {
  Name = Local
  Type = Backup
  Level = Incremental
  Client = bckp.uofg.edu.sd-fd
  FileSet = "Full Set"
  Schedule = WeeklyCycle
  Storage = iscsi
  Pool = Default
  Messages = Standard
}






bacula-sd.conf:-

Device {
  Name = iscsi
  Archive Device = /mnt/bacula/backup
  Media Type = File
  LabelMedia = yes
  Random Access = yes
  AutomaticMount = yes
  RemovableMedia = no
  AlwaysOpen = yes
}
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to