diff --git a/laptop-ssd.ps1 b/laptop-ssd.ps1 index 8e52e94..e49bc1f 100644 --- a/laptop-ssd.ps1 +++ b/laptop-ssd.ps1 @@ -22,19 +22,19 @@ $quelle1 = "C:\VM" $quelle2 = "C:\Portable_Programme" $quelle3 = "C:\Users\mg\Desktop" $quelle4 = "\\fileserver2.grote.lan\vm\Mint_lol" -$quelle5 = "C:\Users\mg\AppData\Roaming\Apple Computer" +#$quelle5 = "" $quelle6 = "\\fileserver2.grote.lan\proxmox" $quelle1_name = "vm" $quelle2_name = "programme" $quelle3_name = "desktop" $quelle4_name = "mint_lol" -$quelle5_name = "apple" +#$quelle5_name = "" $quell6_name = "proxmox" $ziel1="$scriptpfad\$hostname_ist\VM" $ziel2="$scriptpfad\$hostname_ist\Portable_Programme" $ziel3="$scriptpfad\$hostname_ist\Desktop" $ziel4="$scriptpfad\$hostname_ist\mint_lol" -$ziel5="$scriptpfad\$hostname_ist\apple" +#$ziel5="$scriptpfad\$hostname_ist\" $ziel6="$scriptpfad\$hostname_ist\proxmox" # Hostname prüfen if ($hostname_ist -eq $hostname_soll) @@ -58,5 +58,5 @@ robocopy $quelle1 $ziel1 /MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$t robocopy $quelle2 $ziel2 /MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$timestamp-$quelle2_name.log" robocopy $quelle3 $ziel3 /MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$timestamp-$quelle3_name.log" robocopy $quelle4 $ziel4 /MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$timestamp-$quelle4_name.log" -robocopy $quelle5 $ziel5 /MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$timestamp-$quelle5_name.log" +#robocopy $quelle5 $ziel5 /MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$timestamp-$quelle5_name.log" robocopy $quelle6 $ziel6 /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$timestamp-$quelle6_name.log" /S /PURGE /MAXAGE:1