Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- REM Configuration
- set SourceDir="%APPDATA%\..\LocalLow\IronGate"
- set TargetDir="F:\Backups\IronGate"
- REM Do backup only if newer
- echo Backuping Valheim to %TargetDir%
- xcopy /i /y /d /s %SourceDir% %TargetDir%
- pause
Advertisement
Add Comment
Please, Sign In to add comment