 31.10.2025, 22:12
31.10.2025, 22:12 Change Language
 Change Language
							
							
							
						 Register
 Register Login
 Login
					
											You are not logged in.
|   | Source code | 
| 1 2 3 4 | xcopy QUELLE:\*.* ZIEL\*.* /C /S /I /E /R /D /Y ECHO OFF ECHO Backup abgeschlossen! PAUSE | 
|   | Source code | 
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | :@ECHO OFF SETLOCAL SET _source=C:\DEINE_QUELLE\ SET _dest=\\192.168.x..\DEIN_ZIEL\ SET _what=/S /ETA /XO :: /S :: Copies subdirectories (excluding empty ones).. :: /ETA :: Shows estimated time of completion for copied files. :: /XO :: Excludes Older files. SET _options=/R:0 /W:0 /LOG:RoboCopy.log /TEE :: /R:n :: number of Retries :: /W:n :: Wait time between retries :: /LOG :: Output log file :: /TEE :: Displays output in the console window, in addition to directing it to the log file specified by /LOG or /LOG+. ROBOCOPY %_source% %_dest% %_what% %_options% | 
This post has been edited 1 times, last edit by "zigzag" (Jan 18th 2009, 3:02am)

|   | Source code | 
| 1 | Newer 32068 img189.jpg 13:55 -> 13:55 0% 100% | 
-
 
  
  
  
  
  
  
 