This file is indexed.

/usr/share/doc/rt4-doc-html/rt-dump-metadata.html is in rt4-doc-html 4.4.1-3+deb9u3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<ul id="index">
  <li><a href="#NAME">NAME</a></li>
  <li><a href="#SYNOPSIS">SYNOPSIS</a></li>
  <li><a href="#DESCRIPTION">DESCRIPTION</a></li>
  <li><a href="#OPTIONS">OPTIONS</a></li>
</ul>

<h1 id="NAME"><a href="#___top">NAME</a></h1>

<p>rt-dump-metadata - dump configuration metadata from an RT database</p>

<h1 id="SYNOPSIS"><a href="#___top">SYNOPSIS</a></h1>

<pre><code>    rt-dump-metdata [--all]</code></pre>

<h1 id="DESCRIPTION"><a href="#___top">DESCRIPTION</a></h1>

<p><code>rt-dump-metadata</code> is a tool that dumps configuration metadata from the Request Tracker database into XML format, suitable for feeding into <code>rt-setup-database</code>. To dump and load a full RT database, you should generally use the native database tools instead, as well as performing any necessary steps from UPGRADING.</p>

<p>This is NOT a tool for backing up an RT database. See also <a href="http://metacpan.org/module/docs#initialdata">&quot;initialdata&quot; in docs</a> for more straightforward means of importing data.</p>

<h1 id="OPTIONS"><a href="#___top">OPTIONS</a></h1>

<dl>

<dt id="all-or--a"><code>--all</code> or <code>-a</code></dt>
<dd>

<p>When run with <code>--all</code>, the dump will include all configuration metadata; otherwise, the metadata dump will only include &#39;local&#39; configuration changes, i.e. those done manually in the web interface.</p>

</dd>
<dt id="limit-to-privileged-or--l"><code>--limit-to-privileged</code> or <code>-l</code></dt>
<dd>

<p>Causes the dumper to only dump privileged users.</p>

</dd>
<dt id="skip-disabled-or--s"><code>--skip-disabled</code> or <code>-s</code></dt>
<dd>

<p>Ignores disabled rows in the database.</p>

</dd>
</dl>

<a href="./">&larr; Back to index</a>