Jump to content

Robocopy-Script


Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Empfohlene Beiträge

hi leuts,

 

ich will mit Robocopy 1:1 von LW C auf LW D (alles am Server) ein bestimmtes DIR täglich sichern sprich rüberkopieren.

 

das problem: wenn ich die Robocopy.exe ausführe öffnet sich kurz das Commandlinefenster und schließt sich danach gleich wieder.

readme.txt hab ich auch keine im winresourcekit gefunden.

 

kann mir eventuell jemand ein bsp. posten wie die batchdatei aussehen muss, wo ich die hinlegen muss (autostart?, taskplaner (wie?) und wozu ich eigentlich die robocopy.exe brauche wenn ich sowieso ein script schreiben benötige?

Link zu diesem Kommentar

Hallo,

 

der Befehlt lautet robocopy.exe /???. Mit robocopy.exe > hilfe.txt kann man die in eine Datei schreiben.

Und weil wir nett sind:

 

 

-------------------------------------------------------------------------------

ROBOCOPY v 1.95 : Robust File Copy for Windows NT : by kevina@microsoft.com

-------------------------------------------------------------------------------

 

Started : Wed Sep 29 09:47:37 2004

 

Usage : ROBOCOPY source destination [file [file]...] [options]

 

source : Source Directory (drive:\path or \\server\share\path).

destination : Destination Dir (drive:\path or \\server\share\path).

file : File(s) to copy (names/wildcards: default is "*.*").

 

Copy options: /S : copy Subdirectories, but not empty ones.

/E : copy subdirectories, including Empty ones.

/LEV:n : only copy the top n LEVels of the source directory tree.

 

/Z : copy files in restartable mode.

 

/SEC : copy SECurity info (both source and dest must be NTFS).

/SECFIX : FIX SECurity info on existing files and dirs.

/TIMFIX : FIX TIMestamps on existing destination files.

 

/MOV : MOVe files (delete from source after copying).

/MOVE : MOVE files AND dirs (delete from source after copying).

 

/PURGE : delete dest files/dirs that no longer exist in source.

/MIR : MIRror a directory tree (equivalent to /E plus /PURGE).

 

/A+:[R][A][H] : add the given Attributes to copied files.

/A-:[R][A][H] : remove the given Attributes from copied files.

 

/CREATE : CREATE directory tree structure + zero-length files only.

/FAT : create destination files using 8.3 FAT file names only.

 

File Selection: /A : copy only files with the Archive attribute set

/M : like /A, but remove Archive attribute from source files.

/IA:[R][A][H] : Include only files with some of the given Attributes set.

/XA:[R][A][H] : eXclude files with any of the given Attributes set.

 

/XF file [file]... : eXclude Files matching given names/paths/wildcards.

/XD dirs [dirs]... : eXclude Directories matching given names/paths.

 

/XC | /XN | /XO : eXclude Changed | Newer | Older files.

/XX | /XL : eXclude eXtra | Lonely files and dirs.

/IS : Include Same files.

 

/MAX:n : MAXimum file size - exclude files bigger than n bytes.

/MIN:n : MINimum file size - exclude files smaller than n bytes.

 

/MAXAGE:n : MAXimum file AGE - exclude files older than n days/date.

/MINAGE:n : MINimum file AGE - exclude files newer than n days/date.

(If n < 1900 then n = n days, else n = YYYYMMDD date).

 

Retry Options: /R:n : number of Retries on failed copies: default is 1 million.

/W:n : Wait time between retries: default is 30 seconds.

 

/REG : Save /R:n and /W:n in the Registry as default settings.

 

/TBD : wait for sharenames To Be Defined (retry error 67).

 

Logging Options: /L : List only - don't copy, timestamp or delete any files.

/X : report all eXtra files, not just those selected.

/V : produce Verbose output, showing skipped files.

 

/NP : No Progress - don't display % copied.

/ETA : show Estimated Time of Arrival of copied files.

 

/LOG:file : output status to LOG file (overwrite existing log).

/LOG+:file : output status to LOG file (append to existing log).

Link zu diesem Kommentar
  • 3 Wochen später...
  • 9 Monate später...

Ich komme mit dem Exclude Directory (XD) Parameter nicht zurecht, weiss jemand wie man 2 Verzeichnisse "excluden" kann?

 

Hier ist der Aufruf:

 

F:\EDV\robocopy "%USERPROFILE%" f:\userprofiles\%username%\ /E /ZB /PURGE /R:1 /W:0 /XF *.OST *.TIF /MAX:10000000 /XD "%USERPROFILE%\lokale einstellungen\temp" "%USERPROFILE%\lokale einstellungen\temporary internet files"

 

Das erste Verzeichnis Temp wird erfolgreich übersprungen aber nicht das 2. Verzeichnis (Temporary Internet Files). Kann es sein dass man nur 1 Verzeichnis ausklammern kann?

 

Gruss SBK

Link zu diesem Kommentar

Wenn u eine Severplatte kopierts, kann es durchaus sein. dass du Pfade mit mehr als 255 Zeichen hast.

 

Dazu brauchst Du Robocopy XP010. Die Version unterstützt Unicode-Pfade.

 

 

-------------------------------------------------------------------------------

ROBOCOPY :: Robust File Copy for Windows :: Version XP010

-------------------------------------------------------------------------------

 

Started : Tue Aug 16 15:57:40 2005

 

Simple Usage :: ROBOCOPY source destination /MIR

 

source :: Source Directory (drive:\path or \\server\share\path).

destination :: Destination Dir (drive:\path or \\server\share\path).

/MIR :: Mirror a complete directory tree.

 

For more usage information run ROBOCOPY /? or read Robocopy.Doc.

 

NOTE: Read "True Replication" in Robocopy.Doc prior to first use of /MIR !

**** /MIR can DELETE files as well as copy them !

 

Die Version findest Du im XP Resource-Kit

Link zu diesem Kommentar
Ich komme mit dem Exclude Directory (XD) Parameter nicht zurecht, weiss jemand wie man 2 Verzeichnisse "excluden" kann?

 

Hier ist der Aufruf:

 

F:\EDV\robocopy "%USERPROFILE%" f:\userprofiles\%username%\ /E /ZB /PURGE /R:1 /W:0 /XF *.OST *.TIF /MAX:10000000 /XD "%USERPROFILE%\lokale einstellungen\temp" "%USERPROFILE%\lokale einstellungen\temporary internet files"

 

Das erste Verzeichnis Temp wird erfolgreich übersprungen aber nicht das 2. Verzeichnis (Temporary Internet Files). Kann es sein dass man nur 1 Verzeichnis ausklammern kann?

 

Gruss SBK

 

Hai!

 

Vielleicht muss man den Parameter /XD beim 2tem Verzeichniss nochmal mit angeben, nur so eine Idee...

 

Tschau Peter

Link zu diesem Kommentar

Hi!

 

Hat jetzt zwar nichts mit Deinem letzten Problem zu tun, aber wenn Du immer eine aktuelle Kopie Deines Laufwerks haben möchtest, dann würde ich in das Script noch ein /mir einbauen. Das macht ein Mirroring über veränderte Dateien, d.h. wenn auf C eine Datei gelöscht wurde, wird sie auch beim copy auf Laufwerk D gelöscht und bleibt nicht als Waise dort stehen.

 

Gruß Drizzt

Link zu diesem Kommentar
Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Schreibe einen Kommentar

Du kannst jetzt antworten und Dich später registrieren. Falls Du bereits ein Mitglied bist, logge Dich jetzt ein.

Gast
Auf dieses Thema antworten...

×   Du hast formatierten Text eingefügt.   Formatierung jetzt entfernen

  Only 75 emoji are allowed.

×   Dein Link wurde automatisch eingebettet.   Einbetten rückgängig machen und als Link darstellen

×   Dein vorheriger Inhalt wurde wiederhergestellt.   Editor-Fenster leeren

×   Du kannst Bilder nicht direkt einfügen. Lade Bilder hoch oder lade sie von einer URL.

×
×
  • Neu erstellen...