"Oliver Lehmann" <[email protected]> kirjoitti viestissä 
news:[email protected]...
> Hi,
>
> I'm backing up to harddisk and I want to have the filesystem mounted
> prior to the backup and unmounted after the Job ran successfull. In my
> Storage daemon configuration I have:
>
> Device {
>  Name = FileStorage
>  Media Type = File
> #  Archive Device = /mnt/files/.bacula
>  Archive Device = /mnt/backup
>  LabelMedia = yes;                   # lets Bacula label unlabeled media
>  Random Access = Yes;
>  AutomaticMount = yes;               # when device opened, read it
>  RemovableMedia = yes;
>  AlwaysOpen = no;
>
>  Requires Mount  = yes
>  Mount Point     = /mnt/backup
>  Mount Command   = "/sbin/mount /mnt/backup"
>  Unmount Command = "/sbin/umount /mnt/backup"
> }
>
> Bu the filesystem gets not unmounted automatically. Were is the error?
>

Maybe here:
http://bugs.bacula.org/view.php?id=1361
So it should be fixed in 3.2 when it gets into sunlight some day... but it 
propably takes months instead of weeks, I guess.

--
TiN



------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to