zerobyte/app/server
Nico a039bb478e
fix: separate raw include paths and patterns (#683)
Separate include patters and included path cleanly to avoid path with special characters to be expanded. Closes https://github.com/nicotsx/zerobyte/discussions/680

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

## Summary by CodeRabbit

* **New Features**
  * Added ability to select specific directories and paths for inclusion in backup schedules, separate from pattern-based rules.

* **Bug Fixes & Improvements**
  * Automatically migrates existing backup configurations to work with the new path selection system.
  * Enhanced backup restoration to properly handle both selected paths and pattern-based inclusions.

* **Chores**
  * Updated database schema to support path selections in backup schedules.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-03-20 19:27:54 +01:00
..
__tests__ test: use better-auth built-in test plugin (#599) 2026-03-04 18:48:47 +01:00
cli feat: change email by cli (#611) 2026-03-04 18:48:47 +01:00
core fix: allow quoted urls in env variables (#676) 2026-03-17 22:09:22 +01:00
db fix: separate raw include paths and patterns (#683) 2026-03-20 19:27:54 +01:00
jobs refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
lib fix: allow quoted urls in env variables (#676) 2026-03-17 22:09:22 +01:00
modules fix: separate raw include paths and patterns (#683) 2026-03-20 19:27:54 +01:00
plugins refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
utils fix: backup progress use simple polling & cache (#678) 2026-03-18 20:25:30 +01:00
app.ts test: disable rate limiting in testing 2026-03-13 23:05:14 +01:00