Changes between Version 3 and Version 4 of DbDump
- Timestamp:
- Feb 11, 2009, 12:40:33 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DbDump
v3 v4 42 42 }}} 43 43 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: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: 45 45 {{{ 46 46 <archive_dir>../html/stats_archive</archive_dir>