Skip to content

Instantly share code, notes, and snippets.

@stollr
Created September 8, 2019 18:30
Show Gist options
  • Save stollr/cadcfd9d28b9461092add509e6cd9ac8 to your computer and use it in GitHub Desktop.
Save stollr/cadcfd9d28b9461092add509e6cd9ac8 to your computer and use it in GitHub Desktop.
Papas Datensicherungs-Script
@echo off
echo.
echo Hallo,
echo die Datensicherung wird gestartet. Datensicherung wird unter E: gesichert.
echo.
robocopy "C:\Users\Heinrich\Desktop" "E:\Datensicherung\Desktop" /MIR /NP
robocopy "C:\Firma" "E:\Datensicherung\Firma" /MIR /NP
robocopy "C:\Privat" "E:\Datensicherung\Privat" /MIR /NP
robocopy "C:\ProgramData\Sage" "E:\Datensicherung\PC-Kaufmann" /MIR /NP
echo ... fertig
@pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment