zerobyte/app/server/utils/restic/commands
Nico bba61c2a37
fix: restic glob pattern in include (#594)
Closes #590

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

## Summary by CodeRabbit

* **Tests**
  * Enhanced test coverage for backup pattern handling and anchoring
  * Added end-to-end scenarios validating include patterns, exclusion patterns, and exclude-if-present functionality

* **Refactor**
  * Updated pattern processing logic to improve relative path resolution for backup patterns
  * Improved asynchronous handling in backup initialization workflow

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-02-28 00:02:00 +01:00
..
__tests__ refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
backup.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
check.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
copy.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
delete-snapshots.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
dump.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
forget.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
init.ts fix: restic glob pattern in include (#594) 2026-02-28 00:02:00 +01:00
key-add.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
ls.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
repair-index.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
restore.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
snapshots.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
stats.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
tag-snapshots.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
unlock.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00