zerobyte/app/server/modules/backups
Nico 4a812a884b
refactor(restic): split each command into its own file (#584)
refactor(restic): split each command into its own file

refactor: add missing await before promise expects

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

## Summary by CodeRabbit

## Release Notes

* **Tests**
  * Improved async assertion handling across test suites for enhanced test reliability
  * Expanded test coverage for backup, restore, and other core operations

* **Refactor**
  * Reorganized internal utility structure for improved code maintainability

* **Chores**
  * Updated linting configuration and TypeScript dependencies

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-02-26 19:51:24 +01:00
..
__tests__ refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
backup.helpers.ts fix(backups): correctly resolve paths when folder name matches volume name (#576) 2026-02-25 19:09:32 +01: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