github marcpope/borgbackupserver v2.55.0

7 hours ago

Highlights

New admin API endpoints

Two additions are general-purpose and useful in any deployment:

  • GET /api/v1/storage/capacity — provisioned / used / free bytes for the default storage location. Reads df server-side; useful for billing aggregation or a custom dashboard.
  • PUT /api/v1/repositories/{id}/s3-sync — toggle S3 sync per-repository from the API. Body: { \"enabled\": true | false }.
  • GET /api/v1/clients/{id}/repositories response now includes s3_sync_enabled (bool) and s3_last_sync_at (timestamp) on every repo row.

Dashboard text update (#284)

The S3 Sync card on the dashboard no longer hard-codes "7 days" — retention is configurable in Settings, and the text now reflects that.

Other

  • Added platform-specific managed hosting features.

Upgrade notes

  • Upgrade normally via Docker Pull or Via Upgrade Button on non-Docker setups.
  • Agents will auto-update to 2.55.0 on their next poll.

Co-authored-by: PNMarano 58234221+PNMarano@users.noreply.github.com

Don't miss a new borgbackupserver release

NewReleases is sending notifications on new releases.