Rivendellaudio/docs/manpages/rdautocheck.xml
Fred Gleason 4f6f869c21 2024-11-05 Fred Gleason <fredg@paravelsystems.com>
* Added a rdautocheck(8) utility.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2024-11-05 16:41:26 -05:00

75 lines
2.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<refentry id="stdin" xmlns="http://docbook.org/ns/docbook" version="5.0">
<!--
Header
-->
<refmeta>
<refentrytitle>rdautocheck</refentrytitle>
<manvolnum>8</manvolnum>
<refmiscinfo class='source'>November 2024</refmiscinfo>
<refmiscinfo class='manual'>Linux Audio Manual</refmiscinfo>
</refmeta>
<refnamediv>
<refname>rdautocheck</refname>
<refpurpose>Display metadata for coherent Rivendell backups</refpurpose>
</refnamediv>
<info>
<author>
<personname>
<firstname>Fred</firstname>
<surname>Gleason</surname>
<email>fredg@paravelsystems.com</email>
</personname>
<contrib>Application Author</contrib>
</author>
</info>
<!--
Body
-->
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
<command>rdautocheck</command>
<arg choice='req'><replaceable>mount-pt1</replaceable></arg>
<arg choice='opt'><replaceable>mount-pt2</replaceable></arg>
<arg choice='opt'>...</arg>
<sbr/>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1 id='description'><title>Description</title>
<para>
<command>rdautocheck</command><manvolnum>8</manvolnum> is a command-line
tool used for displaying the metadata for one or more coherent backups
(database+audiostore) of the Rivendell Radio Automation System generated
by <command>rdautoback</command><manvolnum>8</manvolnum>.
</para>
<para>
<command>rdautocheck</command><manvolnum>8</manvolnum> will attempt
to mount the filesystem corresponding to each mount point specified in
its invocation and, if successful, print the contents of the
<computeroutput>INFO.txt</computeroutput> file in the mounted filesystem
to standard output, following which the volume will be unmounted.
</para>
</refsect1>
<refsect1 id='see_also'><title>See Also</title>
<para>
<citerefentry>
<refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum>
</citerefentry>
,
<citerefentry>
<refentrytitle>rdautoback</refentrytitle><manvolnum>8</manvolnum>
</citerefentry>
,
<citerefentry>
<refentrytitle>rdautorest</refentrytitle><manvolnum>8</manvolnum>
</citerefentry>
</para>
</refsect1>
</refentry>