diff --git a/laptop-ssd.ps1 b/laptop-ssd.ps1 index 10238ec..8e52e94 100644 --- a/laptop-ssd.ps1 +++ b/laptop-ssd.ps1 @@ -1,4 +1,4 @@ -# Funktion: speichert den aktuellen Pfad(vgl. pwd) in Get-ScriptDirectory +# Funktion: speichert den aktuellen Pfad(vgl. pwd) in Get-ScriptDirectory function Get-ScriptDirectory { $Invocation = (Get-Variable MyInvocation -Scope 1).Value Split-Path $Invocation.MyCommand.Path @@ -59,4 +59,4 @@ robocopy $quelle2 $ziel2 /MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$t 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 $quelle6 $ziel6 /MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$timestamp-$quelle6_name.log" +robocopy $quelle6 $ziel6 /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$timestamp-$quelle6_name.log" /S /PURGE /MAXAGE:1