Revert "HDD Alless - VM entfernt"

This reverts commit 0942522442.
This commit is contained in:
Michael Grote 2022-04-28 10:01:02 +02:00
parent 0942522442
commit b01347b264
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,7 @@ $quelle5 ="\\fileserver2.grote.lan\archiv"
$quelle6 ="\\fileserver2.grote.lan\programme"
$quelle7 ="\\fileserver2.grote.lan\bilder"
$quelle8 ="\\fileserver2.grote.lan\proxmox"
$quelle9 ="\\fileserver2.grote.lan\vm"
$quelle10 ="\\fileserver2.grote.lan\hm"
$quelle11 ="\\fileserver2.grote.lan\tmp"
$quelle1_name= "buecher"
@ -37,6 +38,7 @@ $quelle5_name= "archiv"
$quelle6_name= "programme"
$quelle7_name= "bilder"
$quelle8_name= "proxmox"
$quelle9_name= "vm"
$quelle10_name= "hm"
$quelle11_name= "tmp"
$ziel1="$scriptpfad\backup\buecher"
@ -47,6 +49,7 @@ $ziel5="$scriptpfad\backup\archiv"
$ziel6="$scriptpfad\backup\programme"
$ziel7="$scriptpfad\backup\bilder"
$ziel8="$scriptpfad\backup\proxmox"
$ziel9="$scriptpfad\backup\vm"
$ziel10="$scriptpfad\backup\hm"
$ziel11="$scriptpfad\backup\tmp"
@ -77,5 +80,6 @@ robocopy $quelle5 $ziel5 /MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$
robocopy $quelle6 $ziel6 /MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$timestamp-$quelle6_name.log" /XD "\\fileserver2.grote.lan\mg\Programme\Spiele - nicht gesichert"
robocopy $quelle7 $ziel7 /MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$timestamp-$quelle7_name.log"
robocopy $quelle8 $ziel8 /MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$timestamp-$quelle8_name.log"
robocopy $quelle9 $ziel9 /MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$timestamp-$quelle9_name.log" /XD "\\fileserver2.grote.lan\vm\Mint_lol"
robocopy $quelle10 $ziel10 /MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$timestamp-$quelle10_name.log"
robocopy $quelle11 $ziel811/MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$timestamp-$quelle11_name.log"