Hi All,

A little confused as to how I might recycle/switch USB drives.

An SD (config below) that uses a /media/usbdisk.

If I switch usbdrives and remount it, the next backup reports;

3-Dec 13:18 trigger-sd: trottersOracleArchLogs.2005-12-13_13.18.00
Warning: Volume "baculaFile" not on device
"FileStorage" (/media/usbdisk).

It then gets placed into error state.

If (re)move the bacula file it asks for it to be mounted.

What is the correct procedure/config for rotating USB disk devices so
that I can restore / backup to either without placing one into error or
getting these mount requests?

Thanks

Greg


##### sd config

Device {
  Name = FileStorage
  Media Type = File
  #Archive Device = /var/bacula/backup
  Archive Device = /media/usbdisk
  LabelMedia = yes;                   # lets Bacula label unlabeled
media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
  Maximum Spool Size = 20Gb 
  SpoolDirectory = /var/bacula/spool;
}




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to