Hello,

2013/6/24 Tetteh Emmanuel <ematet...@ug.edu.gh>

> Hi ****
>
> Thank you very much for the reply, kindly find my configuration of
> bacula-dir.conf****
>
> ** **
>
> (...)
>
> # Client (File Services) to backup****
>
> Client {****
>
>   Name = mailsrv.ug.edu.gh-fd****
>
>   Address = 197.255.124.91****
>
>   FDPort = 9102****
>
>   Catalog = MyCatalog****
>
>   Password = 12345qwert****
>
>   File Retention = 30 days****
>
>   Job Retention = 6 months****
>
>   AutoPrune = yes****
>
> }****
>
>
>
> **(...) **
>
> # Definition of file storage device****
>
> Storage {****
>
>   Name = File****
>
> # Do not use "localhost" here    ****
>
>   Address = 197.255.124.29               # N.B. Use a fully qualified
> name here****
>
>   SDPort = 9103****
>
>   Password = "12345qwert"****
>
>   Device = FileStorage****
>
>   Media Type = File****
>
> }****
>
> **
>

Check if you can connect from mailsrv.ug.edu.gh-fd (197.255.124.91)
to 197.255.124.29 on port 9103. You can use telnet for that. If you can't
connect then resolve this problem and try to backup again.


 Storage {

  Name = RegistryStorageDaemon****
>
>   Password = 12345qwert****
>
>   Address = 197.255.124.29****
>
>   SDPort = 9103****
>
>   Device = "RegistryStorage"****
>
>   Media Type = File****
>
>   Maximum Concurrent Jobs = 20****
>
> }****
>
> Client {****
>
>   Name = bacula-fd-localhost****
>
>   Password = 12345qwert****
>
>   Address = 197.255.124.29****
>
>   FDPort = 9102****
>
>   Catalog = MyCatalog****
>
>   File Retention = 30 days****
>
>   Job Retention = 6 months****
>
> }****
>
> (...)

> Storage {
>
>   Name = NocStorageDaemon****
>
>   Password = 12345qwert****
>
>   Address = 197.255.124.29****
>
>   SDPort = 9103****
>
>   Device = NocStorage****
>
>   Media Type = File****
>
>   Maximum Concurrent Jobs = 20****
>
> }
>
I assume that connecting from 197.255.124.29 into the same machine on port
9103 should work.

best regards
-- 
Radosław Korzeniewski
rados...@korzeniewski.net
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to