diff --git a/ChangeLog b/ChangeLog index bb3a3a03..b067b9e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24903,3 +24903,5 @@ 2024-10-08 Fred Gleason * Fixed a bug in rdautoback(8) that caused an error to be generated if the destination drive was already mounted. +2024-10-08 Fred Gleason + * Added a 'rdautoback(8) man page. diff --git a/docs/manpages/Makefile.am b/docs/manpages/Makefile.am index 277585e8..e2bf885f 100644 --- a/docs/manpages/Makefile.am +++ b/docs/manpages/Makefile.am @@ -54,6 +54,9 @@ all-local: rdadmin.1\ rdalsaconfig.1\ rdalsaconfig.html\ rdalsaconfig.pdf\ + rdautoback.8\ + rdautoback.html\ + rdautoback.pdf\ rdclilogedit.1\ rdclilogedit.html\ rdclilogedit.pdf\ @@ -106,6 +109,7 @@ all-local: rdadmin.1\ man_MANS = rdadmin.1\ rdairplay.1\ rdalsaconfig.1\ + rdautoback.8\ rdclilogedit.1\ rd.conf.5\ rdconvert.1\ @@ -136,6 +140,10 @@ EXTRA_DIST = exitcodes.xml\ rdalsaconfig.html\ rdalsaconfig.pdf\ rdalsaconfig.xml\ + rdautoback.8\ + rdautoback.html\ + rdautoback.pdf\ + rdautoback.xml\ rdclilogedit.1\ rdclilogedit.html\ rdclilogedit.pdf\ diff --git a/docs/manpages/rdautoback.xml b/docs/manpages/rdautoback.xml new file mode 100644 index 00000000..bd1be56e --- /dev/null +++ b/docs/manpages/rdautoback.xml @@ -0,0 +1,90 @@ + + + + + rdautoback + 8 + October 2024 + Linux Audio Manual + + + rdautoback + Tool for making coherent Rivendell backups + + + + + Fred + Gleason + fredg@paravelsystems.com + + Application Author + + + + + + + rdautoback + mount-pt + + + + + Description + + rdautoback8 is a command-line + tool used for for creating coherent backups of the data + (database+audiostore) used by the Rivendell Radio Automation System. + + + rdautoback8 takes exactly one + argument: the name of a storage mount point that has been configured + in fstab5. Upon startup, + rdautoback8 will attempt to + mount the specified mount point and make a copy of the following + Rivendell data elements: + + + + + The Rivendell database specified by the current + rd.conf5 + configuration file. + + + + + The contents of the Rivendell audiostore, located at + /var/snd. + + + + + If a previous backup is already present on the target backup device, + it will be incrementally updated so as to be a precise backup of the + current data. After completing the backup, + rdautoback8 will automatically + unmount the backup device and remove its mount point. + + + + See Also + + + fstab5 + + , + + rd.conf5 + + + + + + +