Save/Config is stored in:
Computer\HKEY_CURRENT_USER\SOFTWARE\Sonpih\Lust for Adventure
Backup:
reg export "HKEY_CURRENT_USER\SOFTWARE\Sonpih\Lust for Adventure" (path to export file)
Example:
reg export "HKEY_CURRENT_USER\SOFTWARE\Sonpih\Lust for Adventure" > "%USERPROFILE%\Documents\LFA-Saves.reg"
Restore:
reg import (path to export file)
Example:
reg import "%USERPROFILE%\Documents\LFA-Saves.reg"
Notes:
Since it's in
HKEY_CURRENT_USER
you must be logged into the user with the saves for the export to work. The import should be done while logged into the user that will be playing the game (if moving to another computer or user).