Changes between Version 8 and Version 9 of FileDeleter
- Timestamp:
- Nov 3, 2008, 2:48:03 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FileDeleter
v8 v9 6 6 * A workunit's input files are deleted when all results are 'over' (reported or timed out) and the workunit is assimilated. 7 7 * A result's output files are deleted after the workunit is assimilated. The canonical result is handled differently, since its output files may be needed to validate results that are reported after assimilation; hence its files are deleted only when all results are over, and all successful results have been validated. 8 * periodically remove 'antiques': files that are older than the oldest WU in the database. These files are created when BOINC clients return after the corresponding WU has been deleted from the database.8 * periodically remove 'antiques': output files that are older than the oldest WU in the database. These files are created when BOINC clients return after the corresponding WU has been deleted from the database. 9 9 10 10 Command-line options: … … 18 18 -preserve_result_files:: Update the DB, but don't delete output files 19 19 -dont_delete_batches:: Don't delete anything with positive batch number 20 -input_files_only:: Don't delete output files 21 -output_files_only:: Don't delete input files 20 22 21 23 If the web-server account on your system is not 'apache',