MANIFEST: qownbackup version 0.90
Program Files, including source
- qownbackup.sh: The main source file.
- qownconstants.inc: This file contains constants and other code to be imported by other source code of the qownbackup system. It is used as the qownbackup system's configuration file.
- doublefork_qownbackup.c: The short C Language source code to doublefork the qownbackup system's backup loop. It backgrounds the qownbackup system's backup loop in a way that makes PID1 its parent, enabling it to be run from the $HOME/.bash_profile shell script.
- doublefork_qownbackup.forker: The static executable made from doublefork_qownbackup.c.
- build_doublefork.sh: A shellscript that converts doublefork_qownbackup.c to doblefork_qownbackup.forker.
Documentation files
- docs/BUGS.md: Lists the bugs.
- docs/COPYING.md: The copyright and license.
- docs/INSTALL.md: How to install the software.
- docs/MANIFEST.md: List of included files.
- docs/PHILOSOPHY.md: Why this system was made, who it was made for, and why certain decisions were made.
- docs/README.FIRST: Tells what to do with the rest of the documentation.
- docs/README.md: The main README file.