This repo is a Cloudflare Worker for backing up the Ace Archive artifact database to Cloudflare R2.
It runs on a schedule once daily at 00:00 UTC.
Deploying this worker requires setting two secrets with wrangler:
ACCOUNT_ID
: The Cloudflare account ID.API_TOKEN
: A Cloudflare API token with Edit access to Cloudflare D1, which is necessary to request a database export.