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>

Changed files
+2 -2
+2 -2
readme.md
···
Clone the repo and copy the `.env.example` file to be `.env`. Fill in the `.env` file with you S3 variables.
-
For PDS data backup you need to ensure that `DID` and `PDS_HOST` are populated.
+
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)
-
For Knot data backup you need to ensure that `TANGLED_KNOT_DATABASE_DIRECTORY` and `TANGLED_KNOT_REPOSITORY_DIRECTORY` are populated.
+
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)
Run `go run .`