AcidWeb/CurseBreaker

Backup breaks if a file is symlinked

eltreum0 opened this issue · 2 comments

When creating a backup, if a file inside the WTF is symlinked it will throw an error

OSError [WinError 4392] The data present in the reparse point buffer is invalid: 'pathtofile'

This does not happen if the file is hardlinked instead

After some additional discussion and tests this ticket is closed.

You can relabel as prob fixed since after i remade the links i havent had issues

Might be something on the windows side after all