Use with Existing Litestream
Keep Litestream if you like it; use Borela for restore verification and alerts.
Default recommendation
For the simplest path, let Borela manage the replica URL and credentials. It configures Litestream internally and keeps restore drills compatible with Borela storage.
Bring your own replica
Advanced users can set replica_url in /etc/borela/config.toml. Borela can still track backups, but managed restore drills are disabled unless Borela can read that storage.
[[project]]
name = "app"
db_path = "/home/deploy/app/data/app.db"
replica_url = "s3://my-bucket/app?endpoint=https://...&access_key_id=...&secret_access_key=..."