Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1299730
_fd_config.html.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Nov 19, 12:35 AM
Size
1 KB
Mime Type
text/plain
Expires
Fri, Nov 21, 12:35 AM (1 d, 3 h)
Engine
blob
Format
Raw Data
Handle
290226
Attached To
rARCHIVING archiving
_fd_config.html.erb
View Options
<div class="col-lg-4 col-md-6">
<h3>Client FileDaemon Config</h3>
<pre class="pre">
<%=
@host
.
bacula_fd_filedaemon_config
%>
</pre>
</div>
<div class="col-lg-4 col-md-6">
<h3>Client Director Config</h3>
<pre class="pre">
<%=
@host
.
bacula_fd_director_config
%>
</pre>
</div>
<div class="col-lg-4 col-md-6">
<h3>Client Messages Config</h3>
<pre class="pre">
<%=
@host
.
bacula_fd_messages_config
%>
</pre>
</div>
<div class='col-xs-10'>
<%=
link_to
fd_config_host_path
(
@host
,
token
:
current_user
.
token
),
class
:
"btn btn-default"
,
role
:
"button"
,
download
:
'bacula-fd.conf'
do
%>
<label class="glyphicon glyphicon-download-alt text-primary"></label>
Download Config
<%
end
%>
<%=
link_to
'#'
,
data
:
{
toggle
:
'modal'
,
target
:
"#js-fd-config"
}
do
%>
<label class='glyphicon glyphicon-info-sign'></label>
<%
end
%>
</div>
<div id="js-fd-config" class="modal" tabindex="-1" role="dialog" aria-labelledby="ConfigModal">
<div class="modal-dialog modal-lg">
<div class="modal-content container">
<br />
<div class="panel panel-default">
<div class="panel-heading">Config Download</div>
<div class="panel-body">
You can also download the config like this:
<pre>
<%=
"$ wget -O bacula-fd.conf
#{
fd_config_host_url
(
@host
,
token
:
current_user
.
token
,
protocol
:
'https://'
)
}
"
%>
</pre>
</div>
</div>
</div>
</div>
</div>
Event Timeline
Log In to Comment