zerobyte/app/server/modules/backups
Nicolas Meienberger 9bfbf71447 fix(backups): correctly resolve paths when folder name matches volume name
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
2026-02-25 18:06:15 +00:00
..
__tests__ fix(backups): correctly resolve paths when folder name matches volume name 2026-02-25 18:06:15 +00:00
backup.helpers.ts fix(backups): correctly resolve paths when folder name matches volume name 2026-02-25 18:06:15 +00:00
backups.controller.ts feat: cache backup progress (#571) 2026-02-25 18:20:08 +01:00
backups.dto.ts feat: cache backup progress (#571) 2026-02-25 18:20:08 +01:00
backups.execution.ts feat: cache backup progress (#571) 2026-02-25 18:20:08 +01:00
backups.queries.ts feat: show progress indicator on mirrors (#499) 2026-02-12 22:27:30 +01:00
backups.service.ts refactor: short id branded type (#552) 2026-02-21 11:16:15 +01:00