zerobyte/app/server
Nico c4f3300e9b
fix(backups): correctly resolve paths when folder name matches volume name (#576)
When a selected subfolder had the exact same name as its parent volume
mount, the `path.relative` check falsely identified the subfolder path
as an absolute path already inside the volume. This caused the entire
volume root to be backed up instead of the intended subfolder.

Closes #250

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->

## Summary by CodeRabbit

* **Bug Fixes**
  * Improved handling of backup patterns when folder names match volume names.
  * Enhanced error handling for snapshot deletion operations.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-02-25 19:09:32 +01:00
..
__tests__ refactor: always use short id in api calls (#545) 2026-02-19 20:08:40 +01:00
cli Reapply "chore(deps): bump drizzle-orm from 1.0.0-beta.9-e89174b to 1.0.0-beta.15-859cf75 (#501)" 2026-02-17 17:52:25 +01:00
core feat: restore snapshot as tar (#550) 2026-02-21 10:19:20 +01:00
db refactor: short id branded type (#552) 2026-02-21 11:16:15 +01:00
jobs refactor: short id branded type (#552) 2026-02-21 11:16:15 +01:00
lib Reapply "chore(deps): bump drizzle-orm from 1.0.0-beta.9-e89174b to 1.0.0-beta.15-859cf75 (#501)" 2026-02-17 17:52:25 +01:00
modules fix(backups): correctly resolve paths when folder name matches volume name (#576) 2026-02-25 19:09:32 +01:00
plugins fix: apply fk db constraint on app creation 2026-02-16 23:09:18 +01:00
utils fix: report timeout as errors (#569) 2026-02-25 18:02:47 +01:00
app.ts fix: apply fk db constraint on app creation 2026-02-16 23:09:18 +01:00