Flynn app to backup your cluster to an S3-compatible blobstore.
Create a new app on your Flynn cluster with the following environment variables:
S3_ENDPOINT: the API endpoint for your S3-compatible storage, e.g."s3.amazonaws.com"or"ams3.digitaloceanspaces.com".S3_BUCKET: your S3 bucket name.S3_BUCKET_PATH: bucket subdirectory to place backups in. Defaults to/.S3_ACCESS_KEY_IDS3_ACCESS_KEY_SECRETFLYNN_CONTROLLER_ENDPOINT: Flynn Controller endpoint.FLYNN_CONTROLLER_KEY: Flynn Controller auth key. Find this by runningflynn -a controller env get AUTH_KEY.BACKUP_INTERVAL: seconds between backups. Defaults to86400(24 hours).