Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gm0stache/atproto-bkup

Util for backing up ATproto repos.
https://github.com/gm0stache/atproto-bkup

atproto atprotocol

Last synced: about 2 months ago
JSON representation

Util for backing up ATproto repos.

Awesome Lists containing this project

README

        

# atproto-ipfs-bkup

util for backing up ATproto repos.

# usage

### general/help

```shell
atp-bkup help
```

### download your ATproto repo

structure:

```shell
atp-bkup dload [ATproto handle] -o [custom output path]
```

example:

```shell
atp-bkup dload mona.lisa.me -o ./nice/dir/mynicefilename.car
```

###

# installation

```shell
go install github.com/gm0stache/atproto-bkup/cmd/atp-bkup
```