PUBLIC-INBOX-CLONE(1) | public-inbox user manual | PUBLIC-INBOX-CLONE(1) |
public-inbox-clone - "git clone --mirror" wrapper
public-inbox-clone INBOX_URL [INBOX_DIR]
public-inbox-clone is a wrapper around "git clone --mirror" for making the initial clone of a remote HTTP(S) public-inbox. It allows cloning multi-epoch v2 inboxes with a single command and zero configuration.
It does not run public-inbox-init(1) nor public-inbox-index(1). Those commands must be run separately if serving/searching the mirror is required. As-is, public-inbox-clone is suitable for creating a git-only backup.
public-inbox-clone creates a Makefile with handy targets to update the inbox once indexed. This Makefile may be edited by the user; it will not be rewritten by public-inbox-fetch(1) unless it is removed completely.
public-inbox-clone does not use nor require any extra configuration files (not even "~/.public-inbox/config").
public-inbox-fetch(1) may be used to keep "INBOX_DIR" up-to-date.
For v2 inboxes, it will create a "$INBOX_DIR/manifest.js.gz" file to speed up subsequent public-inbox-fetch(1).
For example, "--epoch=~0" alone clones only the latest epoch, "--epoch=~2.." clones the three latest epochs.
Default: "0..~0" or 0.. or "..~0" (all epochs, all three examples are equivalent)
Default: "auto"
Feedback welcome via plain-text mail to <mailto:meta@public-inbox.org>
The mail archives are hosted at <https://public-inbox.org/meta/> and <http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
Copyright all contributors <mailto:meta@public-inbox.org>
License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
public-inbox-fetch(1), public-inbox-init(1), public-inbox-index(1)
1993-10-02 | public-inbox.git |