id | lang | string |
---|
1 | 2057 |
|
16 | 2057 | -------------------------------------------------------------------------------
|
18 | 2057 | ROBOCOPY v 1.95 : Robust File Copy for Windows |
20 | 2057 | 95 |
22 | 2057 | NT |
24 | 2057 | : by kevina@microsoft.com |
26 | 2057 |
------------------------------------------------------------------------------
|
28 | 2057 | NOTE: NTFS Security will NOT be copied - Source may not be NTFS.
|
30 | 2057 | NOTE: NTFS Security will NOT be copied - Destination may not be NTFS.
|
32 | 2057 | ERROR : Invalid Parameter #%d : "%s"
|
33 | 2057 | Log File : |
35 | 2057 |
Started : %hs |
36 | 2057 | Source %c %s
Dest %c %s
Files : %s |
37 | 2057 | Exc Files : %s |
38 | 2057 | Exc Dirs : %s |
39 | 2057 | Options : |
41 | 2057 | %s%12d %hs |
42 | 2057 | %s %12d %hs |
43 | 2057 |
%3d%% |
44 | 2057 |
%3d.%1d%% |
48 | 2057 | ERROR : No Source Directory Specified. |
49 | 2057 | ERROR : No Destination Directory Specified.
|
50 | 2057 | Simple Usage : ROBOCOPY source destination /MIR
|
51 | 2057 | source : Source Directory (drive:\path or \\server\share\path). |
52 | 2057 | destination : Destination Dir (drive:\path or \\server\share\path). |
53 | 2057 | /MIR : Mirror a complete directory tree.
|
54 | 2057 | For more usage information run ROBOCOPY /??? or read Robocopy.Doc.
|
55 | 2057 | NOTE: Read "True Replication" in Robocopy.Doc prior to first use of /MIR ! |
56 | 2057 | **** /MIR can DELETE files as well as copy them !
|
64 | 2057 | Usage : ROBOCOPY source destination [file [file]...] [options]
|
65 | 2057 | source : Source Directory (drive:\path or \\server\share\path). |
66 | 2057 | destination : Destination Dir (drive:\path or \\server\share\path). |
67 | 2057 | file : File(s) to copy (names/wildcards: default is "*.*").
|
80 | 2057 | Copy options: /S : copy Subdirectories, but not empty ones. |
81 | 2057 | /E : copy subdirectories, including Empty ones. |
82 | 2057 | /LEV:n : only copy the top n LEVels of the source directory tree.
|
83 | 2057 | /Z : copy files in restartable mode.
|
84 | 2057 | /SEC : copy SECurity info (both source and dest must be NTFS). |
85 | 2057 | /SECFIX : FIX SECurity info on existing files and dirs. |
86 | 2057 | /TIMFIX : FIX TIMestamps on existing destination files.
|
87 | 2057 | /MOV : MOVe files (delete from source after copying). |
88 | 2057 | /MOVE : MOVE files AND dirs (delete from source after copying).
|
89 | 2057 | /PURGE : delete dest files/dirs that no longer exist in source. |
90 | 2057 | /MIR : MIRror a directory tree (equivalent to /E plus /PURGE).
|
91 | 2057 | /A+:[R][A][S][H] : add the given Attributes to copied files. |
92 | 2057 | /A-:[R][A][S][H] : remove the given Attributes from copied files.
|
93 | 2057 | /CREATE : CREATE directory tree structure + zero-length files only. |
94 | 2057 | /FAT : create destination files using 8.3 FAT file names only.
|
96 | 2057 | File Selection: /A : copy only files with the Archive attribute set |
97 | 2057 | /M : like /A, but remove Archive attribute from source files. |
98 | 2057 | /IA:[R][A][S][H] : Include only files with some of the given Attributes set. |
99 | 2057 | /XA:[R][A][S][H] : eXclude files with any of the given Attributes set.
|
100 | 2057 | /XF file [file]... : eXclude Files matching given names/paths/wildcards. |
101 | 2057 | /XD dirs [dirs]... : eXclude Directories matching given names/paths.
|
102 | 2057 | /XC | /XN | /XO : eXclude Changed | Newer | Older files. |
103 | 2057 | /XX | /XL : eXclude eXtra | Lonely files and dirs. |
104 | 2057 | /IS : Include Same files.
|
105 | 2057 | /MAX:n : MAXimum file size - exclude files bigger than n bytes. |
106 | 2057 | /MIN:n : MINimum file size - exclude files smaller than n bytes.
|
107 | 2057 | /MAXAGE:n : MAXimum file AGE - exclude files older than n days/date. |
108 | 2057 | /MINAGE:n : MINimum file AGE - exclude files newer than n days/date. |
109 | 2057 | (If n < 1900 then n = n days, else n = YYYYMMDD date).
|
128 | 2057 | Retry Options: /R:n : number of Retries on failed copies: default is 1 million. |
129 | 2057 | /W:n : Wait time between retries: default is 30 seconds.
|
130 | 2057 | /REG : Save /R:n and /W:n in the Registry as default settings.
|
131 | 2057 | /TBD : wait for sharenames To Be Defined (retry error 67).
|
144 | 2057 | Logging Options: /L : List only - don't copy, timestamp or delete any files. |
145 | 2057 | /X : report all eXtra files, not just those selected. |
146 | 2057 | /V : produce Verbose output, showing skipped files.
|
147 | 2057 | /NP : No Progress - don't display % copied. |
148 | 2057 | /ETA : show Estimated Time of Arrival of copied files.
|
149 | 2057 | /LOG:file : output status to LOG file (overwrite existing log). |
150 | 2057 | /LOG+:file : output status to LOG file (append to existing log).
|
176 | 2057 |
Total Copied Skipped Mismatch FAILED Extras
Dirs :%10d%10d%10d%10d%10d%10d |
177 | 2057 | Files :%10d%10d%10d%10d%10d%10d |
178 | 2057 | Bytes :%10s%10s%10s%10s%10s%10s |
179 | 2057 | Times : |
181 | 2057 | %4ld:%02ld:%02ld |
182 | 2057 | |
184 | 2057 |
Speed : %10d bps.
Speed : %6d.%03d mb/min. |
185 | 2057 |
Ended : %hs |
192 | 2057 | ERROR %d (0x%08X) %s %hs |
193 | 2057 | Accessing Source Directory |
194 | 2057 | Accessing Destination Directory |
195 | 2057 | Scanning Source Directory |
196 | 2057 | Scanning Destination Directory |
197 | 2057 | Deleting Source Directory |
198 | 2057 | Deleting Destination Directory |
199 | 2057 | Creating Destination File |
200 | 2057 | Creating Destination Directory |
201 | 2057 | Copying File |
202 | 2057 | Copying Directory |
203 | 2057 | Time-Stamping Destination File |
204 | 2057 | Time-Stamping Destination Directory |
205 | 2057 | Expanding Source Pathname |
206 | 2057 | Expanding Destination Pathname |
207 | 2057 | Deleting Source File |
208 | 2057 | Changing File Attributes |
209 | 2057 | Deleting Extra File |
210 | 2057 | Deleting Extra Directory |
211 | 2057 | Scanning Extra Directory |
212 | 2057 | Opening Log File |
213 | 2057 | Expanding Log File Pathname |
214 | 2057 | Copying NTFS Security to Destination Directory |
215 | 2057 | Copying NTFS Security to Destination File |
216 | 2057 | Opening Job File |
217 | 2057 | Getting File System Type of Source |
218 | 2057 | Getting File System Type of Destination |
224 | 2057 | Waiting %d seconds... |
225 | 2057 | Retrying... |
227 | 2057 | ERROR: RETRY LIMIT EXCEEDED.
|
240 | 2057 | <NOT SET C> |
241 | 2057 | New File |
242 | 2057 | <MISMATCH C> |
243 | 2057 | Same |
244 | 2057 | Newer |
245 | 2057 | Older |
246 | 2057 | Changed |
247 | 2057 | <ATTRIB C> |
248 | 2057 | <ARCHIVE C> |
249 | 2057 | <NAMED C> |
250 | 2057 | <LARGE C> |
251 | 2057 | <SMALL C> |
252 | 2057 | <MAXAGE C> |
253 | 2057 | <MINAGE C> |
256 | 2057 | <NOT SET S> |
257 | 2057 | lonely |
258 | 2057 | *MISMATCH |
259 | 2057 | same |
260 | 2057 | newer |
261 | 2057 | older |
262 | 2057 | changed |
263 | 2057 | attrib |
264 | 2057 | archive |
265 | 2057 | named |
266 | 2057 | large |
267 | 2057 | small |
268 | 2057 | too old |
269 | 2057 | too new |
272 | 2057 | <NOT SET W> |
273 | 2057 | New Dir |
274 | 2057 | <MISMATCH W> |
275 | 2057 | |
276 | 2057 | |
277 | 2057 | |
278 | 2057 | |
279 | 2057 | <ATTRIB W> |
280 | 2057 | <ARCHIVE W> |
281 | 2057 | named dir |
282 | 2057 | <LARGE W> |
283 | 2057 | <SMALL W> |
284 | 2057 | <MAXAGE W> |
285 | 2057 | <MINAGE W> |
288 | 2057 | <NOT SET X> |
289 | 2057 | *EXTRA Dir |
290 | 2057 | <MISMATCH X> |
291 | 2057 | <SAME X> |
292 | 2057 | <NEWER X> |
293 | 2057 | <OLDER X> |
294 | 2057 | <CHANGED X> |
295 | 2057 | <ATTRIB X> |
296 | 2057 | <ARCHIVE X> |
297 | 2057 | *named dir |
298 | 2057 | <LARGE X> |
299 | 2057 | <SMALL X> |
300 | 2057 | <MAXAGE X> |
301 | 2057 | <MINAGE X> |
304 | 2057 | <NOT SET Y> |
305 | 2057 | *EXTRA File |
306 | 2057 | <MISMATCH Y> |
307 | 2057 | <SAME Y> |
308 | 2057 | <NEWER Y> |
309 | 2057 | <OLDER Y> |
310 | 2057 | <CHANGED Y> |
311 | 2057 | <ATTRIB Y> |
312 | 2057 | <ARCHIVE Y> |
313 | 2057 | *named file |
314 | 2057 | <LARGE Y> |
315 | 2057 | <SMALL Y> |
316 | 2057 | <MAXAGE Y> |
317 | 2057 | <MINAGE Y> |