Changes between Version 12 and Version 13 of DbPurge


Ignore:
Timestamp:
Feb 18, 2013, 11:15:43 PM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DbPurge

    v12 v13  
    1919  Recommended value: 7 or so.
    2020  This lets users examine their recent results.
    21  '''-max N'''::
     21 '''--max N'''::
    2222        Purge at most N WUs, then exit
    23  '''-max_wu_per_file N'''::
     23 '''--max_wu_per_file N'''::
    2424        Write at most N WUs to each archive file. Recommended value: 10,000 or so.
    25  '''-zip'''::
     25 '''--zip'''::
    2626        Compress archive files using zip
    27  '''-gzip'''::
     27 '''--gzip'''::
    2828        Compress archive files using gzip
    29  '''-daily_dir'''::
     29 '''--daily_dir'''::
    3030        Write archives in a new directory (YYYY_MM_DD) each day
    3131 '''-d N'''::
    3232        Set logging verbosity to N (1,2,3)
    33  '''-no_archive'''::
     33 '''--no_archive'''::
    3434        Don't archive workunits or results
    35  '''-dont_delete'''::
     35 '''--dont_delete'''::
    3636        Don't delete from DB, for testing only
    37  '''-one_pass'''::
     37 '''--one_pass'''::
    3838        Do one pass, then quit
    3939
     
    5353enumerate workunits for a given user and users for a given workunit.
    5454
    55 To use the credited_job table, pass the -update_credited_job flag
     55To use the credited_job table, pass the '''--update_credited_job''' flag
    5656to your validator.
    5757