Jump to content

sicherungsdatei


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

Recommended Posts

hi board.

 

habe eine xy.bat datei geschrieben welches festplatte c nach platte g kopieren soll.

 

der inhalt wird auch kopiert nur werden nicht alle ordner kopiert???

 

hätte gerne das auch wirklich wenn es ca 3 gig sind das auch diese kopiert werden.

 

sitmmt was mit den parametern nicht ?

 

meine bat sieht so aus:

 

@echo off

 

xcopy c:\*.* g:\ /c /y /h /r

 

 

danke für eure hilfe

Link to comment

hi board

 

also das mit dem kopieren klappt jetzt mit den richtigen parametern.

 

 

nur habe ich jetzt das problem das es mir bei jeder sicherung immer alle daten rüber kopiert

mir langen aber auch nur die veränderten daten (zeit ist geld)

 

habe mit xcopy/? drüber geschaut aber keinen parameter dafür gefunden.

 

weis jemand mehr??

 

danke

Link to comment

warum nimmst du nicht robocopy?

Da ist alles drin was du brauchst.

 

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

ROBOCOPY v 1.96 : Robust File Copy for Windows NT

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

 

Started : Fri Mar 24 12:39:42 2006

 

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

 

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 t

 

/Z : copy files in restartable mode.

 

/SEC : copy SECurity info (both source and dest must be NTF

/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 copyin

 

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

/MIR : MIRror a directory tree (equivalent to /E plus /PURG

 

/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

/FAT : create destination files using 8.3 FAT file names on

 

File Selection:

/A : copy only files with the Archive attribute set

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

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

/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 byte

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

 

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

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

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

 

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

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

 

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

 

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

 

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

/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 to comment

Hallo pascal,

ich denke wenn du den Link von enzo_1976 durcharbeitest, dürften alle Fragen beantwortet sein.

 

ich habe robocppy und KIX-Script kombiniert.

 

Ein at job startet eine cmd in der robocopy mit entsprechenden Parametern aufgerufen wird

Lass dir auch eine LOG Datei ausgeben, damit du Fehler aufspüren kannst.

 

ein KIX Script durchsucht die LOG Dateien nach Fehlern, und verschiebt und benennt sie anschliessend in ein anderes Verzeichnis.

Je nach Datenaufgkommen und Häufigkeit werden die LOG Dateien mehrere GB gross

 

So und nun "gut Robocopy"

Link to comment

Hallo,

 

du hast den link von enzo befolgt und copyright eingesetzt. Dieses Oberfläche bietet dir doch den Punkt Save Job as Batch or CMD File

Das ist der Punkt welchen du suchst. Den Auftrag in einer z.B. Copyjob.cmd unter c:\ abspeichern und dann nur noch vom Explorer aus Verknüpfung auf Desktop erstellen, fertig.

Desweiteren kannst du die cmd über den Taskplaner automatisieren.

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...