Changes between Version 12 and Version 13 of DbPurge
- Timestamp:
- Feb 18, 2013, 11:15:43 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DbPurge
v12 v13 19 19 Recommended value: 7 or so. 20 20 This lets users examine their recent results. 21 '''- max N'''::21 '''--max N''':: 22 22 Purge at most N WUs, then exit 23 '''- max_wu_per_file N'''::23 '''--max_wu_per_file N''':: 24 24 Write at most N WUs to each archive file. Recommended value: 10,000 or so. 25 '''- zip'''::25 '''--zip''':: 26 26 Compress archive files using zip 27 '''- gzip'''::27 '''--gzip''':: 28 28 Compress archive files using gzip 29 '''- daily_dir'''::29 '''--daily_dir''':: 30 30 Write archives in a new directory (YYYY_MM_DD) each day 31 31 '''-d N''':: 32 32 Set logging verbosity to N (1,2,3) 33 '''- no_archive'''::33 '''--no_archive''':: 34 34 Don't archive workunits or results 35 '''- dont_delete'''::35 '''--dont_delete''':: 36 36 Don't delete from DB, for testing only 37 '''- one_pass'''::37 '''--one_pass''':: 38 38 Do one pass, then quit 39 39 … … 53 53 enumerate workunits for a given user and users for a given workunit. 54 54 55 To use the credited_job table, pass the -update_credited_jobflag55 To use the credited_job table, pass the '''--update_credited_job''' flag 56 56 to your validator. 57 57