Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gm0stache/atproto-bkup
- Owner: gm0stache
- License: gpl-3.0
- Created: 2024-04-27T08:02:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T06:03:10.000Z (8 months ago)
- Last Synced: 2024-06-24T04:02:44.265Z (7 months ago)
- Topics: atproto, atprotocol
- Language: Go
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```