You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When moved to a secondary drive, Minecraft: Bedrock Edition (and likely other Microsoft Store / Xbox games) create symlinks from the original directory (%LocalAppData%\Packages) to <drive>:\WpSystem\<UserSID>\AppData\Local\Packages.
Windows 11 Pro (and probably Win10 Pro) automatically set an advanced attribute to encrypt the files in the new directory, which causes Ludusavi to fail the backup for some reason.
I just tested in a Windows 11 Pro virtual machine, where I manually set a folder as encrypted. I was able to back it up successfully in Ludusavi, and the backed up file retained its encrypted status inside of the backup folder. I also tried backing up a symlink to an encrypted folder (via mklink /J), and that worked as well (although the symlink itself can't be set to encrypted - Windows Explorer gives an error if you try).
However, I only tested this with a single drive. Having multiple drives may be an important part of the issue. For example, if I try to manually copy the encrypted folder from the VM into the host machine (via a VirtualBox shared folder), Windows Explorer shows me this:
Granted, that could also be a limitation of how VirtualBox shared folders work, but perhaps there's a similar issue where the encrypted files aren't allowed to be backed up onto a different drive. It might also have something to do with your P drive, if it's using a different file system than your E drive or something (e.g., NTFS vs FAT32 - not sure if that's relevant to how Windows handles this encryption).
Ludusavi version
v0.28.0
Operating system
Windows
Installation method
Scoop
Description
I love Windows. :D
When moved to a secondary drive, Minecraft: Bedrock Edition (and likely other Microsoft Store / Xbox games) create symlinks from the original directory (
%LocalAppData%\Packages
) to<drive>:\WpSystem\<UserSID>\AppData\Local\Packages
.Windows 11 Pro (and probably Win10 Pro) automatically set an advanced attribute to encrypt the files in the new directory, which causes Ludusavi to fail the backup for some reason.
This issue doesn't occur on Windows 11 Home because encryption requires Pro.
Logs
ludusavi_rCURRENT.log
The text was updated successfully, but these errors were encountered: