Back to Changelog

v1.0.214

Patch Released May 19, 2026

Remote backup destination delete improvements: force mode for offline remotes, SFTP bounded recursive scan.

Improvement

1
  • SFTP provider file listing now performs a bounded recursive scan (depth=4, max=1000 files) so manually-uploaded backups stored outside the standard YYYY/MM folder layout are discoverable.

Bug Fixes

2
  • Remote backup destination delete now supports force mode when the target remote is offline, preventing zombie destination records from accumulating.
  • DeleteWithOptions now returns a structured DeleteResult so the API can surface bucket_error and forced fields to the frontend.
See the Demo