Files
webgui/emhttp/plugins
mgutt f105f35369 Enable parent-to-subdirectory check for rsync-rename moves
Prevents moving a directory into its own subdirectory, which would cause
rsync --backup-dir to create nested structures and fail to delete source.

Example prevented: /mnt/disk1/parent → /mnt/disk1/parent/subfolder

The check uses trailing slashes to ensure exact directory boundary matching
and prevent false positives (e.g., /parent vs /parent2).
2025-10-25 15:58:13 +02:00
..
2025-10-22 21:16:43 +01:00