On Thursday 07 September 2006 09:29, Frederik wrote:
> I'm trying to get Bacula making backups on an Iomega Rev drive. This
> is a kind of drive using removable "disks", which are formatted in the
> UDF file system. This means that Bacula should mount and unmount the
> drive before and after starting the backup. On the other hand, as it
> has to write in a file on the UDF file system, the storage type should
> be File.
> 
> In the documentation I read:
> As of version 1.39.5, the directives "Requires Mount", "Mount Point",
> "Mount Command", and "Unmount Command" apply to removable filesystems
> such as USB in addition to DVD.
> 
> Does that mean that I would need to use version 1.39.5 or higher to
> get this working, and that it's impossible to get this working with
> 1.38? I tried it, but Bacula seems to ignore the mount and unmount
> commands in bacula-sd.conf, I suppose because of the Media Type =
> File?

Yes, in 1.38 a device type of File (not connected with the media type) will 
not mount/unmount file systems.  It is probably possible to get it working 
either using udev or RunBefore/AfterJob scripting, but this is a bit kludgy.

In version 1.39.x Bacula has more features for dealing with removable devices.  
Here are the notes from the ReleaseNotes for beta 1.39.22 to be released in 
the next day or two:
- Additional support for removable devices.  See the
  Requires Mount, Mount Point, Mount Command, and Unmount
  Commands in the Storage daemon configuration chapter:
  http://www.bacula.org/dev-manual/Storage_Daemon_Configuratio.html
  Also see the Edit Codes for Mount and Unmount Directives in the
  same chapter.


> 
> -- 
> Frederik
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job 
easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to