I see that localwp is storing quite some data in %appdata%\Roaming like complete wordpress downloads. Did the developers not appreciate what %appdata%\roaming and %appdata%\Local is all about? or is this a deliberate glitch?
Thanks for the feedback, @theking2.
Now that you mention it, Electron does warn against using that path for large files:
userDataThe directory for storing your app’s configuration files, which by default is theappDatadirectory appended with your app’s name. By convention files storing user data should be written to this directory, and it is not recommended to write large files here because some environments may backup this directory to cloud storage.
— https://www.electronjs.org/docs/latest/api/app#appgetpathname
I’m not sure if that warning was in place when this decision for Local was originally made, though.
Is this backup issue something that you’ve run into yourself with Local?
As a Windows user, where would you expect Local to store files instead?
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.