From 3b21b5b8acd24eabd54a083150a7e775ee08eae8 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Thu, 10 May 2018 16:44:06 +1000 Subject: [PATCH] Update corpora.md to add note about corpus backups (#1406). --- docs/corpora.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/corpora.md b/docs/corpora.md index 0e46c6e1b..74152a0ee 100644 --- a/docs/corpora.md +++ b/docs/corpora.md @@ -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 ``` +## 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.