Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ the entire thing.
To cohost a lazy copy, execute:

```console
$ export LNG="tr"
$ LNG="tr"
$ ipfs files mkdir -p /wikipedia-mirror/$LNG
$ ipfs files cp $(ipfs resolve -r /ipns/$LNG.wikipedia-on-ipfs.org) /wikipedia-mirror/$LNG/$LNG_$(date +%F_%T)
```
Expand All @@ -339,15 +339,15 @@ Steps are the same as for a lazy copy, but you execute additional preload
after a lazy copy is in place:

```console
$ # export LNG="tr"
$ # LNG="tr"
$ ipfs refs -r /ipns/$LNG.wikipedia-on-ipfs.org
```

Before you execute this, check if you have enough disk space to fit `CumulativeSize`:

```console
$ # export LNG="tr"
$ ipfs object stat --human /ipns/$LNG.wikipedia-on-ipfs.org ...rror MM?fix/build-2021
$ # LNG="tr"
$ ipfs object stat --human /ipns/$LNG.wikipedia-on-ipfs.org
NumLinks: 5
BlockSize: 281
LinksSize: 251
Expand Down