WA2LSimpleBackup/lib/DataBackup.report.LANG.html
WA2LSimpleBackup/lib/DataBackup.report.css
WA2LSimpleBackup/lib/DataBackup.report.js
The style- and JavaScript files are included directly into the generated DataBackup.BACKUPNAME.html report to ensure that the style definition and dynamic functionality takes effect independent of the report file location.
With the REPORTHTML and REPORTCSS setting in the DataBackup.cfg or DataBackup.BACKUPNAME.cfg config file it is possible to define a report look different from the default as defined in the lib/DataBackup.report.html and lib/DataBackup.report.css files.
With the REPORTJS setting in the DataBackup.cfg or DataBackup.BACKUPNAME.cfg config file it is possible to define a report functionality different from the default as defined in the lib/DataBackup.report.js file.
The style file format complies to the definitions of the cascading style sheets (CSS) but has to match to the HTML file.
The JavaScript file format complies to the definitions of JavaScript programs (js) but has to match to the HTML file.
The table columns of all backups with the name BACKUPNAME are inserted into the file between the html tags <tbody> and </tbody> in the order: Date, GBytes, Files, MBytes, GBytes Graph, Free GBytes, Logfile, Log Essentials. If you want to hide some of the columns, do this using the { display: none; } CSS directive.
The logfile contents of var/log/DataBackup.TIMESTAMP.BACKUPNAME.log is inserted between the <pre class="logfile"> and </pre class="logfile"> html tags.
The logfile essentials report contents of var/rpt/DataBackup.TIMESTAMP.BACKUPNAME.LogEssentials.txt is inserted between the <pre class="essentials"> and </pre class="essentials"> html tags.
The DataBackup configuration file etc/DataBackup.cfg contents is inserted between the <pre class="config_prg"> and </pre class="config_prg"> html tags.
The backup configuration file etc/DataBackup.BACKUPNAME.cfg configuration file contents is inserted between the <pre class="config_bkp"> and </pre class="config_bkp"> html tags.
<html> <head> <style> </style> <script> </script> </head> <body> <ul> <li> <table> <thead> <tr> <th>Date</th> <th>GBytes</th> <th>Files</th> <th>MBytes</th> <th>GBytes Graph</th> <th>Free GBytes</th> <th>Logfile</th> <th>Log Essentials</th> </tr> </thead> <tbody> </tbody> <tfoot> <tr> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> </tfoot> </table> </li> <li> <pre class="logfile"> </pre class="logfile"> </li> <li> <pre class="essentials"> </pre class="essentials"> </li> <li> <pre class="config_prg"> </pre class="config_prg"> </li> <li> <pre class="config_bkp"> </pre class="config_bkp"> <li> </ul> </body> </html>
Do not change this file if you like to change the report look, create an own .html file and set the REPORTHTML setting in the related configuration file, otherwise your changes will be lost after an upgrade of WA2L/SimpleBackup.
Do not change this file if you like to change the report look, create an own .html file and set the REPORTHTML setting in the related configuration file, otherwise your changes will be lost after an upgrade of WA2L/SimpleBackup.
Do not change this file if you like to change the report look, create an own .html file and set the REPORTHTML setting in the related configuration file, otherwise your changes will be lost after an upgrade of WA2L/SimpleBackup.
Do not change this file if you like to change the report look, create an own .html file and set the REPORTHTML setting in the related configuration file, otherwise your changes will be lost after an upgrade of WA2L/SimpleBackup.
Do not change this file if you like to change the report look, create an own .html file and set the REPORTHTML setting in the related configuration file, otherwise your changes will be lost after an upgrade of WA2L/SimpleBackup.
Do not change this file if you like to change the report look, create an own .css file and set the REPORTCSS setting in the related configuration file, otherwise your changes will be lost after an upgrade of WA2L/SimpleBackup.
Do not change this file if you like to change the report functions, create an own .js file and set the REPORTJS setting in the related configuration file, otherwise your changes will be lost after an upgrade of WA2L/SimpleBackup.
This is free software; see WA2LSimpleBackup/man/COPYING for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.