Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Back up individual registry keys from Wine prefixes instead of whole *.reg file #354

Open
mtkennerly opened this issue Jun 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mtkennerly
Copy link
Owner

mtkennerly commented Jun 15, 2024

What's your idea?

Right now, for games that are known to use registry saves, Ludusavi backs up the full system.reg, user.reg and userdef.reg files from Wine prefixes. It would be nice to back up individual keys/values, similar to how Ludusavi generates a registry.yaml file on Windows.

I've created a crate that can be used for this: Regashii, although it doesn't currently preserve some of the special formatting that Wine reg files use (namely numbers after keys like [Software\\Wine\\Printing\\Spooler] 1128518253, and special options like #arch=win64). I'll try to set up a Wine prefix for testing first.

@mtkennerly mtkennerly added the enhancement New feature or request label Jun 15, 2024
@mtkennerly mtkennerly changed the title Back up individual keys from Wine prefixes instead of whole *.reg file Back up individual registry keys from Wine prefixes instead of whole *.reg file Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant