mirror of https://github.com/google/oss-fuzz.git
Update corpora.md to add note about corpus backups (#1406).
This commit is contained in:
parent
5bf426ae2b
commit
3b21b5b8ac
|
@ -29,3 +29,6 @@ Following the expat example above, this would be:
|
|||
```bash
|
||||
gsutil -m rsync gs://expat-corpus.clusterfuzz-external.appspot.com/libFuzzer/expat_parse_fuzzer <local_directory>
|
||||
```
|
||||
## Corpus backups
|
||||
|
||||
We also keep daily zipped backups of your corpora. These can be accessed from the `corpus_backup` column of the fuzzer statistics page. Downloading these can also be significantly faster than `gsutil -m rsync` on the corpus bucket.
|
||||
|
|
Loading…
Reference in New Issue