Sie sind nicht angemeldet.
![]() |
Quellcode |
1 2 3 4 |
xcopy QUELLE:\*.* ZIEL\*.* /C /S /I /E /R /D /Y ECHO OFF ECHO Backup abgeschlossen! PAUSE |
![]() |
Quellcode |
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% |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »zigzag« (18. Januar 2009, 03:02)
![]() |
Quellcode |
1 |
Newer 32068 img189.jpg 13:55 -> 13:55 0% 100% |
-