github marcpope/borgbackupserver v2.55.2
v2.55.2 — New API Endpoints

latest release: v2.55.3
4 hours ago

New API Endpoints

  • GET /api/v1/maintenance / POST /api/v1/maintenance — read or toggle the server's maintenance-mode flag from the API. Useful for automation that needs to pause the queue during planned work (CI upgrades, manual restores, etc.).
  • GET /api/v1/s3-credentials — read the global S3 off-site sync configuration (endpoint, region, bucket, access key, secret key, path prefix, plus a configured boolean). Same access level as the Settings UI.

Both endpoints take an admin API token (Authorization: Bearer bbs_tok_...).

Documented in the API wiki page.

Upgrade

sudo /var/www/bbs/bin/bbs-update /var/www/bbs

Agents auto-update to 2.55.2 on their next poll.

Don't miss a new borgbackupserver release

NewReleases is sending notifications on new releases.