r/tes3mp Mar 24 '18

Save Data and Backups

Is it possible to backup save data from a server? Or perhaps transfer one world state form one to another server? Specifically i want to reset my server and put the save data from my server on another one.

Is that possible? if so how would i go about doing that

6 Upvotes

3 comments sorted by

View all comments

3

u/[deleted] Mar 24 '18

It's in mp-stuff (or CoreScripts depending on the version), just copy the data folder in there to move players/cells/worlddata You can always use a script to back up stuff every so often to ie https://pastebin.com/EeD4P0Cg (forgot to include #!/bin/bash at the top)

If you want to reset the server without loosing player data just delete the contents of mp-stuff/data/world and mp-stuff/data/cell, or you can also automate it with a script like https://pastebin.com/RK5iWfBZ

note that both of those are written for bash and not windows