1 <article xmlns='http://docbook.org/ns/docbook'>
2 <title>koha-dump</title>
4 <productname>Koha</productname> is the first free software library automation package.
6 <orgname>The Koha Community</orgname>
7 <uri>http://koha-community.org/</uri>
11 <refentry xml:id="koha-dump">
14 <refentrytitle>koha-dump</refentrytitle>
15 <manvolnum>8</manvolnum>
19 <refname>koha-dump</refname>
20 <refpurpose>Dump all contents and configs for a Koha site.</refpurpose>
21 <refclass>UNIX/Linux</refclass>
26 <command>koha-dump</command>
28 <option>--help</option>|<option>-h</option>
29 <option>--exclude-indexes</option>
30 <option>--quiet</option>|<option>-q</option>
32 <arg choice="req" rep="repeat"><replaceable>instancename</replaceable></arg>
37 <title>Options</title>
41 <term><option>--exclude-indexes</option></term>
43 <para>Make <command>koha-dump</command> exclude Zebra indexes during the dump operation. Having the Zebra indexes on the dump is useful for fast recovering Koha instances using <command>koha-restore</command> but the dumps tend to be a lot bigger and slower to create. Use this option to skip it.</para>
48 <term><option>--quiet</option>|<option>-q</option></term>
50 <para>Make <command>koha-dump</command> run silently.</para>
55 <term><option>--help</option>|<option>-h</option></term>
57 <para>Show usage information.</para>
64 <refsect1><title>Description</title>
65 <para>Dump all contents and configs for one or more Koha instances.</para>
68 <refsect1><title>See also</title>
69 <simplelist type="inline">
70 <member><command>koha-disable(8)</command></member>
71 <member><command>koha-enable(8)</command></member>
72 <member><command>koha-remove(8)</command></member>
73 <member><command>koha-restore(8)</command></member>