Created
September 18, 2023 12:21
-
-
Save kristianrl/d946016617ed77e61fa6e2b5e71a8360 to your computer and use it in GitHub Desktop.
Backup windows computer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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