zerobyte/app/server/modules
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
..
auth refactor: move from arktype to zod (#637) 2026-03-09 18:27:03 +01:00
backends refactor(volume-backend): assert mounted helper 2026-03-15 12:03:27 +01:00
backups fix: separate raw include paths and patterns (#683) 2026-03-20 19:27:54 +01:00
events refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
lifecycle fix: separate raw include paths and patterns (#683) 2026-03-20 19:27:54 +01:00
notifications refactor(notifications): extract config secret mapping 2026-03-15 11:51:17 +01:00
provisioning feat: file-based provisionning of volumes and repos (#656) 2026-03-12 18:31:42 +01:00
repositories feat: protect restores that would overwrite important internal path (#663) 2026-03-13 21:33:37 +01:00
sso refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
system refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
volumes feat: file-based provisionning of volumes and repos (#656) 2026-03-12 18:31:42 +01:00