40 |
|
-createJdl [range] -- provide files with a complete Job Description (JDL). |
41 |
|
-validateCfg [fname] -- parse the ParameterSet using the framework's Python API. |
42 |
|
-cleanCache -- clean SiteDB and CRAB caches. |
43 |
+ |
-uploadLog [jobid] -- upload main log files to a central repository |
44 |
|
-continue|-c [dir] -- Apply command to task stored in [dir]. |
45 |
|
-h [format] -- Detailed help. Formats: man (default), tex, html, txt. |
46 |
|
-cfg fname -- Configuration file name. Default is 'crab.cfg'. |
390 |
|
|
391 |
|
Clean up (i.e. erase) the SiteDb and CRAB cache content. |
392 |
|
|
393 |
+ |
=head2 B<-uploadLog [jobid]> |
394 |
+ |
|
395 |
+ |
Upload main log files to a central repository. It prints a link to be forwared to supporting people (eg: crab feedback hypernews). |
396 |
+ |
|
397 |
+ |
It can optionally take a job id as input. It does not allow job ranges/lists. |
398 |
+ |
|
399 |
+ |
Uploaded files are: crab.log, crab.cfg, job logging info, job standard output, summary file and a metadata file. |
400 |
|
|
401 |
|
=head2 B<-validateCfg [fname]> |
402 |
|
|