Commit graph

2 commits

Author SHA1 Message Date
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
Nico
0e0eaea946
refactor: split backups module + unit tests (#463)
* refactor: split backups module

* test: backup execution

* test: schedule db
2026-02-03 23:00:25 +01:00