sn4k3

Valheim-Backup

Mar 20th, 2021
985
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. @echo off
  2.  
  3. REM Configuration
  4. set SourceDir="%APPDATA%\..\LocalLow\IronGate"
  5. set TargetDir="F:\Backups\IronGate"
  6.  
  7. REM Do backup only if newer
  8. echo Backuping Valheim to %TargetDir%
  9. xcopy /i /y /d /s %SourceDir% %TargetDir%
  10.  
  11. pause
Advertisement
Add Comment
Please, Sign In to add comment