···16161717Clone the repo and copy the `.env.example` file to be `.env`. Fill in the `.env` file with you S3 variables.
18181919-For PDS data backup you need to ensure that `DID` and `PDS_HOST` are populated.
1919+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)
20202121-For Knot data backup you need to ensure that `TANGLED_KNOT_DATABASE_DIRECTORY` and `TANGLED_KNOT_REPOSITORY_DIRECTORY` are populated.
2121+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)
22222323Run `go run .`
2424