I have been backing up on to a USB drive using Bacula version 1.38.5 but
when I try to do a restore it expects to access the backup file in the
/tmp directory instead of the USB drive.

 

The Storage definition is

 

Storage {

  Name = USBDrive

  Address = 192.168.7.240

  SDPort = 9103

  Password = "xxx"

  Device = USBDrive

  Media Type = File

}

 

And the USBDrive is defined as

 

Device {

  Name = USBDrive

  Archive Device = /media/usbdrive

  LabelMedia = yes;

  Random Access = Yes;

  AutomaticMount = yes;

  RemovableMedia = no;

  AlwaysOpen = no;

}

 

Since it backs up directly to the USB drive perfectly fine, why is
restoring a problem?

 

Thanks in advance

 

Graham Dicker

 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to