fileserver2 --> fileserver3
This commit is contained in:
parent
7516698046
commit
b99b536f40
3 changed files with 15 additions and 15 deletions
|
@ -19,16 +19,16 @@ $hostname_soll = "irantu"
|
||||||
|
|
||||||
|
|
||||||
# Ziele/Quellen
|
# Ziele/Quellen
|
||||||
$quelle1 ="\\fileserver2.grote.lan\buecher"
|
$quelle1 ="\\fileserver3.grote.lan\buecher"
|
||||||
$quelle2 ="\\fileserver2.grote.lan\Musik"
|
$quelle2 ="\\fileserver3.grote.lan\Musik"
|
||||||
$quelle3 ="\\fileserver2.grote.lan\amd"
|
$quelle3 ="\\fileserver3.grote.lan\amd"
|
||||||
$quelle4 ="\\fileserver2.grote.lan\backup"
|
$quelle4 ="\\fileserver3.grote.lan\backup"
|
||||||
$quelle5 ="\\fileserver2.grote.lan\archiv"
|
$quelle5 ="\\fileserver3.grote.lan\archiv"
|
||||||
$quelle6 ="\\fileserver2.grote.lan\programme"
|
$quelle6 ="\\fileserver3.grote.lan\programme"
|
||||||
$quelle7 ="\\fileserver2.grote.lan\bilder"
|
$quelle7 ="\\fileserver3.grote.lan\bilder"
|
||||||
$quelle9 ="\\fileserver2.grote.lan\vm"
|
$quelle9 ="\\fileserver3.grote.lan\vm"
|
||||||
$quelle10 ="\\fileserver2.grote.lan\hm"
|
$quelle10 ="\\fileserver3.grote.lan\hm"
|
||||||
$quelle11 ="\\fileserver2.grote.lan\tmp"
|
$quelle11 ="\\fileserver3.grote.lan\tmp"
|
||||||
$quelle1_name= "buecher"
|
$quelle1_name= "buecher"
|
||||||
$quelle2_name= "musik"
|
$quelle2_name= "musik"
|
||||||
$quelle3_name= "amd"
|
$quelle3_name= "amd"
|
||||||
|
@ -74,9 +74,9 @@ robocopy $quelle2 $ziel2 /MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$
|
||||||
robocopy $quelle3 $ziel3 /MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$timestamp-$quelle3_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 $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 /MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$timestamp-$quelle6_name.log" /XD "\\fileserver2.grote.lan\mg\Programme\Spiele - nicht gesichert"
|
robocopy $quelle6 $ziel6 /MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$timestamp-$quelle6_name.log" /XD "\\fileserver3.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 $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 $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 $quelle9 $ziel9 /MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$timestamp-$quelle9_name.log" /XD "\\fileserver3.grote.lan\vm\Mint_lol"
|
||||||
robocopy $quelle10 $ziel10 /MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$timestamp-$quelle10_name.log"
|
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"
|
robocopy $quelle11 $ziel811/MIR /R:3 /W:10 /DST /TEE /UNILOG+:"$scriptpfad\logs\$timestamp-$quelle11_name.log"
|
||||||
|
|
|
@ -18,7 +18,7 @@ $hostname_ist = $env:computername
|
||||||
$hostname_soll = "irantu"
|
$hostname_soll = "irantu"
|
||||||
|
|
||||||
# Ziele/Quellen
|
# Ziele/Quellen
|
||||||
$quelle1 ="\\fileserver2.grote.lan\videos"
|
$quelle1 ="\\fileserver3.grote.lan\videos"
|
||||||
$quelle1_name= "videos"
|
$quelle1_name= "videos"
|
||||||
$ziel1="$scriptpfad\backup\videos"
|
$ziel1="$scriptpfad\backup\videos"
|
||||||
|
|
||||||
|
|
|
@ -21,9 +21,9 @@ $hostname_soll = "irantu"
|
||||||
$quelle1 = "C:\VM"
|
$quelle1 = "C:\VM"
|
||||||
$quelle2 = "C:\Portable_Programme"
|
$quelle2 = "C:\Portable_Programme"
|
||||||
$quelle3 = "C:\Users\mg\Desktop"
|
$quelle3 = "C:\Users\mg\Desktop"
|
||||||
$quelle4 = "\\fileserver2.grote.lan\vm\Mint_lol"
|
$quelle4 = "\\fileserver3.grote.lan\vm\Mint_lol"
|
||||||
#$quelle5 = ""
|
#$quelle5 = ""
|
||||||
$quelle6 = "\\fileserver2.grote.lan\proxmox"
|
$quelle6 = "\\fileserver3.grote.lan\proxmox"
|
||||||
$quelle1_name = "vm"
|
$quelle1_name = "vm"
|
||||||
$quelle2_name = "programme"
|
$quelle2_name = "programme"
|
||||||
$quelle3_name = "desktop"
|
$quelle3_name = "desktop"
|
||||||
|
|
Loading…
Reference in a new issue