Changes between Version 11 and Version 12 of FileDeleter
- Timestamp:
- Jan 12, 2010, 4:40:02 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FileDeleter
v11 v12 13 13 -mod M R:: handle only WUs with ID mod M == R 14 14 -one_pass:: exit after one pass through DB 15 -dont_retry_errors:: 15 -dont_retry_errors:: Don't retry file deletions that failed previously. 16 16 -dont_delete_antiques:: Don't delete antiques 17 -delete_antiques_interval S:: change the interval between delete antique passes (S in seconds, defaults to 24h) 18 -delete_antiques_limit N:: change the maximum number of files deleted in one delete antique pass (defaults to 50000) 17 19 -preserve_wu_files:: Update the DB, but don't delete input files 18 20 -preserve_result_files:: Update the DB, but don't delete output files … … 21 23 -output_files_only:: Don't delete input files. 22 24 -sleep_interval N:: Sleep for N seconds between scans (default 5) 25 -appid N:: only process workunits with appid=N 26 -app S:: only process workunits of app with name S 23 27 24 28 If the web-server account on your system is not 'apache', … … 33 37 * Include nodelete in the workunit name. 34 38 35 The antique files are deleted by using a Unix 'find' command to locate files that are older than the oldest workunit. The find command will work on NFS mounted file systems, and will ignore .nfs stale file markers.39 The antique files are deleted by using a Unix 'find' command to locate files that are older than the oldest workunit. The find command will work on NFS mounted file systems, and will ignore .nfs stale file markers. The output of find is limited by a 'head' to 50000 files by default.