mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 22:48:01 +02:00
75 lines
2.2 KiB
XML
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>
|
|
|