Changes between Version 18 and Version 19 of FileDeleter
- Timestamp:
- Feb 20, 2019, 6:22:24 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FileDeleter
v18 v19 4 4 Files are deleted from the data server's upload and download directories by two 5 5 programs: 6 * The '''file_deleter''' daemon deletes input and output files 7 as jobs are completed. 6 * '''file_deleter''' deletes input and output files as jobs are completed. 8 7 * The '''antique file deleter''' deletes files that were missed by the file_deleter 9 8 and "fell through the cracks". … … 11 10 == The File Deleter 12 11 13 Typically you don't need to customize this. 12 '''file_deleter''' is a daemon. 13 Typically you don't need to customize it. 14 14 The default file deletion policy is: 15 15 … … 55 55 == The Antique File Deleter == 56 56 57 Runs as a periodic task. 58 Removes 'antiques': output files that are older 59 than the oldest WU in the database 57 '''antique_file_deleter''' should be run as a periodic task. 58 It removes output files that are older than the oldest WU in the database 60 59 (not including "no_delete" WUs). 61 60 These files are created when BOINC clients 62 return after the corresponding WU has been deleted from the database.61 return results after the corresponding WU has been deleted from the database. 63 62 64 63 The antique files are deleted by using a Unix 'find' command to locate files