Einzelnen Beitrag anzeigen
  #5  
Alt 10-02-2010, 13:48
Benutzerbild von Sven
Sven Sven ist offline
Tech-Admin

 
Registriert seit: Dec 2000
Ort: Neuss
Beiträge: 37.839
Sven ist ein C...
OL Nick: xysvenxy
Style: cncboard
Wenn du xcopy korrekt benutzt macht es Backup auch inkrementell....
Code:
xcopy "[quelle]" "[ziel]" /E /A /D /Y
  • /A Copy only files with Archive bit set
  • /D:[m-d-y] Copies files changed on or after the specified date. If no date is given, copies only those files whose source time is newer than the destination time.
  • /E Copies directories and subdirectories, including empty ones. Same as /S /E. May be used to modify /T.
  • /Y Suppresses prompting to confirm you want to overwrite an existing destination file. This may be present in the COPYCMD environment variable and may be overridden with /-Y on the command line. Note: NT 4.0 will overwrite destination always and attempting to pass it this flag will cause an error.
http://www.scriptlogic.com/support/C...arameters.html
__________________
Zitat:
Wir sind im Augenblick dabei, zu prüfen, ob es im öffentlichen Interesse liegt, ihnen mitzuteilen, ob wir die Informationen haben, die Sie erbitten, und ob es, sollte das der Fall sein, im öffentlichen Interesse liegt, Ihnen diese Informationen zur Verfügung zu stellen.
Mit Zitat antworten