Hello,

As Bruno says, there is no need for all these Directives or things you want
to put into scripts.  Many years ago, I made Bacula so it would work 
perfectly
well with automounted devices, because I was traveling, and I wanted to be
able to insert any USB key and have Bacula write to it.  If I remember right
the only trick is to make sure you use Removable = yes in the Device
declaration.  If you then manually create a Volume (or with the SD) on each
device you want to use, when it is mounted, and a Job runs, Bacula will 
search
the directory you have specified for the ArchiveDevice and if there is any
valid Volume, it will attempt to append to it.  Of course, during a restore,
you need to plugin the right USB stick or whatever you are using.

If someone can really figure out something that Bacula cannot do in
conjunction with the OS and sends in a patch with appropriate documentation,
we will consider using it (better yet check with us first).

If you cannot figure out how to do it yourself, please use the Bacula users
list.  We attempt to limit our responses to development issues and not to
support.

Best regards,
Kern

On 09/23/2012 08:04 PM, Pierre Bernhardt wrote:
> Am 23.09.2012 18:13, schrieb Bruno Friedmann:
>> On Sunday 23 September 2012 12.47:01 Pierre Bernhardt wrote:
>>> Hello,
>>>
>>> I have made some hard work to use my usb drive bay with different
>>> disks usable. It is now working but there so much pitfalls so
>>> I'm unlucky with that solution.
>> For mounting dynamic external disk, especially under Linux I would suggest 
>> to use automount feature.
>> Work perfectly around with usb, or tanberg RDX drives.
> There is no automatic partitioning, no automatic filesystem creation,
> no automatic permission modification of the created file systems.
> All these jobs must be did mostly by root before it can be used.
> I explained this already in another messages few days before.
>
> But in fact, at the moment I use usbmount. But I must do something else
> by hand with root account before I can use the disks. That's the fact.
> I think with this options it could be possible to prepare all the
> work by bacula labe job instead of direct using commands.
>
> MfG...
> Pierre
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://ad.doubleclick.net/clk;258768047;13503038;j?
> http://info.appdynamics.com/FreeJavaPerformanceDownload.html
> _______________________________________________
> Bacula-devel mailing list
> Bacula-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-devel
>


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to