Skip to content

Instantly share code, notes, and snippets.

@kristianrl
Created September 18, 2023 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kristianrl/d946016617ed77e61fa6e2b5e71a8360 to your computer and use it in GitHub Desktop.
Save kristianrl/d946016617ed77e61fa6e2b5e71a8360 to your computer and use it in GitHub Desktop.
Backup windows computer
REM Kristian Risager Larsen, 2023-09
echo %date%
"C:\Program Files\7-Zip\7z.exe" a -t7z -v3g c:\backup\backup_%date%.7z c:\ -mx9 -xr!*.sys -xr!*Backup*
echo %date%
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment