From b17277cd793df7bf916b20ec576e3e6301c8cfe4 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 18 Jan 2019 19:11:04 -0800 Subject: include filesets and webcaptures in exports --- rust/README.export.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust') diff --git a/rust/README.export.md b/rust/README.export.md index cee361c0..97c2c028 100644 --- a/rust/README.export.md +++ b/rust/README.export.md @@ -9,5 +9,5 @@ Then dump: Or, perhaps, in production: - cat /tmp/fatcat_ident_releases.tsv | ./target/release/fatcat-export release --expand files,container -j8 | pv -l | gzip > release_export_expanded.json.gz + cat /tmp/fatcat_ident_releases.tsv | ./target/release/fatcat-export release --expand files,filesets,webcaptures,container -j8 | pv -l | gzip > release_export_expanded.json.gz -- cgit v1.2.3