Skip to content

qraxer33/EldenRingSaveAutoBackUpService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EldenRing Auto BackUp Windows Service

EldenRing SaveFile Watcher

In the event of a hack attack destroying a saved file, you can use the latest version of backup to revert.

When a save is performed, the service detects it and backs up the saved file(appdata/roaming/EldenRing).
The default number of saves is 100.
Old ones are deleted sequentially.

How to install

1. config settings

open the EldenRingAutoBackUpService.exe.config
You can modify the config file to change the number of saved files or set the backup save path.

<add key="BackUpPath" value="C:\EldenRingAutoBackUpFiles"/>
<add key="MaxBackUpFileCount" value="100"/>

2. Register Windows Service

Run cmd as administrator.

 sc create "EldenRing Auto BackUp Service" binpath="C:\EldenRingAutoBackupService\EldenRingAutoBackUpService.exe" start=auto

※ In binpath, enter the full path to the program file you downloaded.

3. Start the Service

 sc start "EldenRing Auto BackUp Service"  

image

Backup file results

image

Warning!

Shut down EldenRing as soon as you receive a save destruction hack attack.
The file is overwritten with an older version of the latest backup file.

※ Because it is saved immediately when you die
If you die more than the set number of saves, the file cannot be recovered.

How to UnInstall

1. Delete the registered service through cmd.

sc delete "EldenRing Auto BackUp Service"

2. Delete the service file.

About

EldenRing SaveFile Auto BackUp Windows Service

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages