2009/7/6 Diego Gallardo <demeg...@gmail.com>:
> I cant make it work, I make the changes you suggest to me, but is not
> working...
> This is my bacula-sd.conf:
> .....
> Device {
>   Name = FileStorage
>   Device Type = File
>   Media Type = File
>   Archive Device = /mnt/usbchanger1/magazine
>   LabelMedia = yes
>   Random Access = yes
>   AutomaticMount = no
>   RemovableMedia = no
>   AlwaysOpen = yes
>   Requires Mount = no
> }
> This is my bacula-dir.conf:
> ....
> Storage {
>   Name = servidor-sd
>   Address = 127.0.0.1
>   SDPort = 9103
>   Password = Cv70F6pf1t6pBopT4vQOnigDrR0v3LT3Cgkiyj
>   Device = FileStorage
>   Media Type = File
> }
>
>
> The idea is a local backup on a usb disk. It is configured with autofs, and
> it is working.
> The error on the bacula-console. With the command status on storage device
> is:
> Device status:
> Device "FileStorage" (/mnt/usbchanger1/magazine) is not open.
>
That is not an error. File storage is always closed when it is not
currently being used. Also remove 127.0.0.1 and replace it with the
external ip address unless you only want to backup the bacula server.

John

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

Reply via email to