Changes between Version 11 and Version 12 of FileDeleter


Ignore:
Timestamp:
Jan 12, 2010, 4:40:02 AM (14 years ago)
Author:
bema
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FileDeleter

    v11 v12  
    1313 -mod M R:: handle only WUs with ID mod M == R
    1414 -one_pass:: exit after one pass through DB
    15  -dont_retry_errors::   Don't retry file deletions that failed previously.
     15 -dont_retry_errors:: Don't retry file deletions that failed previously.
    1616 -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)
    1719 -preserve_wu_files::   Update the DB, but don't delete input files
    1820 -preserve_result_files:: Update the DB, but don't delete output files
     
    2123 -output_files_only:: Don't delete input files.
    2224 -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
    2327
    2428If the web-server account on your system is not 'apache',
     
    3337 * Include nodelete in the workunit name.
    3438
    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.
     39The 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.