Changes between Version 4 and Version 5 of DbDump
- Timestamp:
- Feb 12, 2013, 7:35:47 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DbDump
v4 v5 42 42 }}} 43 43 44 The XML files are written to ''<final_output_dir>'', and the old stats/ directory is renamed to stats_DATE. ?the source ( http://boinc.berkeley.edu/trac/browser/branches/server_stable/sched/db_dump.cpp ) shows date and time are used. How will a stats provider ever find the exact time?This clutters up your html/ directory; if you don't like this, create a directory html/stats_archive/ and add the following line to your db_dump_spec.xml file:44 The XML files are written to ''<final_output_dir>'', and the old stats/ directory is renamed to stats_DATE. This clutters up your html/ directory; if you don't like this, create a directory html/stats_archive/ and add the following line to your db_dump_spec.xml file: 45 45 {{{ 46 46 <archive_dir>../html/stats_archive</archive_dir>