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