bacula: Initial version of module.
This commit is contained in:
parent
e7ae4fb55b
commit
4efe6bcd92
12 changed files with 651 additions and 0 deletions
10
bacula/templates/device.conf.erb
Normal file
10
bacula/templates/device.conf.erb
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
Device {
|
||||
Name = "<%= @name %>"
|
||||
Media Type = <%= @media %>
|
||||
Archive Device = <%= @device %>
|
||||
AutomaticMount = yes;
|
||||
AlwaysOpen = no;
|
||||
RemovableMedia = yes;
|
||||
RandomAccess = no;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue