There are files with the *.dat file extension. Saves from Epic Games Store are located in %UserProfile%\Documents\My Games\Snowrunner\base\storage\1638.
#SPINTIRES MUDRUNNER MODS FOR XBOX ONE MANUAL#
For those who want to put the script in the task scheduler (for example to run it once per 30 minutes): echo off TaskList | FindStr /i "SnowRunner.exe" if ErrorLevel 1 (Exit 0) else (GOTO :CopyFiles) :CopyFiles for /f "delims=" %%a in ('wmic OS Get localdatetime ^| find "."') do set dt=%%a set YYYY=%dt:~0,4% set MM=%dt:~4,2% set DD=%dt:~6,2% set HH=%dt:~8,2% set Min=%dt:~10,2% set Sec=%dt:~12,2% set set UserDataPath=D:\Program Files (x86)\Steam\userdata\1234567890 set SnowRunnerDataPath=%UserDataPath%\1465360 cd /d %SnowRunnerDataPath% mkdir %stamp% cd %stamp% xcopy "%SnowRunnerDataPath%\remote\*.cfg" /sįor manual run: echo off for /f "delims=" %%a in ('wmic OS Get localdatetime ^| find "."') do set dt=%%a set YYYY=%dt:~0,4% set MM=%dt:~4,2% set DD=%dt:~6,2% set HH=%dt:~8,2% set Min=%dt:~10,2% set Sec=%dt:~12,2% set set UserDataPath=D:\Program Files (x86)\Steam\userdata\1234567890 set SnowRunnerDataPath=%UserDataPath%\1465360 cd /d %SnowRunnerDataPath% mkdir %stamp% cd %stamp% xcopy "%SnowRunnerDataPath%\remote\*.cfg" /s