A tool for backing up ATProto related data to S3

comment on where the tool can be run

Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>

+2 -2
+2 -2
readme.md
··· 16 16 17 17 Clone the repo and copy the `.env.example` file to be `.env`. Fill in the `.env` file with you S3 variables. 18 18 19 - For PDS data backup you need to ensure that `DID` and `PDS_HOST` are populated. 19 + For PDS data backup you need to ensure that `DID` and `PDS_HOST` are populated. (You can run this tool on any machine to back PDS data up) 20 20 21 - For Knot data backup you need to ensure that `TANGLED_KNOT_DATABASE_DIRECTORY` and `TANGLED_KNOT_REPOSITORY_DIRECTORY` are populated. 21 + For Knot data backup you need to ensure that `TANGLED_KNOT_DATABASE_DIRECTORY` and `TANGLED_KNOT_REPOSITORY_DIRECTORY` are populated. (You need to run this tool on your Knot server to back up Knot data) 22 22 23 23 Run `go run .` 24 24