home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
WindowsServerTrial
/
server.iso
/
sources
/
boot.wim
/
1
/
Windows
/
System32
/
en-US
/
Robocopy.exe.mui
/
string.txt
next >
Wrap
Text File
|
2008-01-19
|
13KB
|
289 lines
1 \n
3 -------------------------------------------------------------------------------\n
5 ROBOCOPY :: Robust File Copy for Windows
7 \n------------------------------------------------------------------------------\n
12 ERROR : /SECFIX specified, without specifying WHICH security info to copy.\n
14 Quitting : /QUIT Specified on Command Line.\n
16 ERROR : No Source Directory Specified.\n
18 ERROR : No Destination Directory Specified.\n
20 NOTE : NTFS Security may not be copied - Source may not be NTFS.\n
22 NOTE : NTFS Security may not be copied - Destination may not be NTFS.\n
24 ERROR : You do not have the Manage Auditing user right.
25 ***** You need this to copy auditing information (/COPY:U or /COPYALL).\n
27 ERROR : You do not have the Backup and Restore Files user rights.
28 ***** You need these to perform Backup copies (/B or /ZB).\n
29 ERROR : Robocopy ran out of memory, exiting.
30 ERROR : Invalid Parameter #%d : "%s"\n
31 ERROR : Invalid Job File, Line #%d :"%s"\n
32 \n Started : %hs
33 \n Source %c
34 \n Dest %c
71 \n Files :
73 Exc Files :
75 Exc Dirs :
81 Options :
91 Log File :
93 Job File :
176 \n Total Copied Skipped Mismatch FAILED Extras\n Dirs :%10d%10d%10d%10d%10d%10d
177 Files :%10d%10d%10d%10d%10d%10d
178 Bytes :%10s%10s%10s%10s%10s%10s
179 Times :
181 %4ld:%02ld:%02ld
182
184 \n Speed : %10d Bytes/sec.\n Speed : %6d.%03d MegaBytes/min.
185 \n\n Ended : %hs
224 Waiting %d seconds...
225 Retrying...
227 ERROR: RETRY LIMIT EXCEEDED.\n
229 \n Monitor : Waiting for %d minutes and %d changes...\n
231 %4d mins : %d changes.
233 \n Hours : Paused at %02d:%02d until %02d:%02d...
320 \n::\n:: Robocopy Job %s\n::\n:: Created by %s on %s %s at %s\n::\n
321 \n::\n:: Source Directory :\n::
322 \n::\n:: Destination Directory :\n::
323 \n::\n:: Include These Files :\n::\n /IF :: Include Files matching these names
324 \n::\n:: Exclude These Directories :\n::\n /XD :: eXclude Directories matching these names
325 \n::\n:: Exclude These Files :\n::\n /XF :: eXclude Files matching these names
326 :: *.* :: Include all names (currently - Command Line may override)
327 :: :: eXclude no names (currently - Command Line may override)
328 :: :: To Be Specified on the Command Line
1101 Simple Usage :: ROBOCOPY source destination /MIR\n
1102 source :: Source Directory (drive:\path or \\server\share\path).
1103 destination :: Destination Dir (drive:\path or \\server\share\path).
1104 /MIR :: Mirror a complete directory tree.\n
1105 For more usage information run ROBOCOPY /?\n
1106
1107 **** /MIR can DELETE files as well as copy them !\n
1201 Usage :: ROBOCOPY source destination [file [file]...] [options]\n
1202 source :: Source Directory (drive:\path or \\server\share\path).
1203 destination :: Destination Dir (drive:\path or \\server\share\path).
1204 file :: File(s) to copy (names/wildcards: default is "*.*").\n
1300 ::\n:: Copy options :\n::
1301 /S :: copy Subdirectories, but not empty ones.
1302 /E :: copy subdirectories, including Empty ones.
1303 /LEV:n :: only copy the top n LEVels of the source directory tree.\n
1304 /Z :: copy files in restartable mode.
1305 /B :: copy files in Backup mode.
1306 /ZB :: use restartable mode; if access denied use Backup mode.
1307 /EFSRAW :: copy all encrypted files in EFS RAW mode.\n
1308 /COPY:copyflag[s] :: what to COPY for files (default is /COPY:DAT).
1309 (copyflags : D=Data, A=Attributes, T=Timestamps).
1310 (S=Security=NTFS ACLs, O=Owner info, U=aUditing info).\n
1311 /DCOPY:T :: COPY Directory Timestamps.\n
1312 /SEC :: copy files with SECurity (equivalent to /COPY:DATS).
1313 /COPYALL :: COPY ALL file info (equivalent to /COPY:DATSOU).
1314 /NOCOPY :: COPY NO file info (useful with /PURGE).\n
1315 /SECFIX :: FIX file SECurity on all files, even skipped files.
1316 /TIMFIX :: FIX file TIMes on all files, even skipped files.\n
1317 /PURGE :: delete dest files/dirs that no longer exist in source.
1318 /MIR :: MIRror a directory tree (equivalent to /E plus /PURGE).\n
1319 /MOV :: MOVe files (delete from source after copying).
1320 /MOVE :: MOVE files AND dirs (delete from source after copying).\n
1321 /A+:[RASHCNET] :: add the given Attributes to copied files.
1322 /A-:[RASHCNET] :: remove the given Attributes from copied files.\n
1323 /CREATE :: CREATE directory tree and zero-length files only.
1324 /FAT :: create destination files using 8.3 FAT file names only.
1325 /256 :: turn off very long path (> 256 characters) support.\n
1326 /MON:n :: MONitor source; run again when more than n changes seen.
1327 /MOT:m :: MOnitor source; run again in m minutes Time, if changed.\n
1328 /RH:hhmm-hhmm :: Run Hours - times when new copies may be started.
1329 /PF :: check run hours on a Per File (not per pass) basis.\n
1330 /IPG:n :: Inter-Packet Gap (ms), to free bandwidth on slow lines.\n
1331 /SL:: copy symbolic links versus the target.
1401 ::\n:: File Selection Options :\n::
1402 /A :: copy only files with the Archive attribute set.
1403 /M :: copy only files with the Archive attribute and reset it.
1404 /IA:[RASHCNETO] :: Include only files with any of the given Attributes set.
1405 /XA:[RASHCNETO] :: eXclude files with any of the given Attributes set.\n
1406 /XF file [file]... :: eXclude Files matching given names/paths/wildcards.
1407 /XD dirs [dirs]... :: eXclude Directories matching given names/paths.\n
1408 /XC :: eXclude Changed files.
1409 /XN :: eXclude Newer files.
1410 /XO :: eXclude Older files.
1411 /XX :: eXclude eXtra files and directories.
1412 /XL :: eXclude Lonely files and directories.
1413 /IS :: Include Same files.
1414 /IT :: Include Tweaked files.\n
1415 /MAX:n :: MAXimum file size - exclude files bigger than n bytes.
1416 /MIN:n :: MINimum file size - exclude files smaller than n bytes.\n
1417 /MAXAGE:n :: MAXimum file AGE - exclude files older than n days/date.
1418 /MINAGE:n :: MINimum file AGE - exclude files newer than n days/date.
1419 /MAXLAD:n :: MAXimum Last Access Date - exclude files unused since n.
1420 /MINLAD:n :: MINimum Last Access Date - exclude files used since n.
1421 (If n < 1900 then n = n days, else n = YYYYMMDD date).\n
1422 /XJ :: eXclude Junction points. (normally included by default).\n
1423 /FFT :: assume FAT File Times (2-second granularity).
1424 /DST :: compensate for one-hour DST time differences.\n
1425 /XJD :: eXclude Junction points for Directories.
1426 /XJF :: eXclude Junction points for Files.\n
1501 ::\n:: Retry Options :\n::
1502 /R:n :: number of Retries on failed copies: default 1 million.
1503 /W:n :: Wait time between retries: default is 30 seconds.\n
1504 /REG :: Save /R:n and /W:n in the Registry as default settings.\n
1505 /TBD :: wait for sharenames To Be Defined (retry error 67).\n
1601 ::\n:: Logging Options :\n::
1602 /L :: List only - don't copy, timestamp or delete any files.
1603 /X :: report all eXtra files, not just those selected.
1604 /V :: produce Verbose output, showing skipped files.
1605 /TS :: include source file Time Stamps in the output.
1606 /FP :: include Full Pathname of files in the output.
1607 /BYTES :: Print sizes as bytes.\n
1608 /NS :: No Size - don't log file sizes.
1609 /NC :: No Class - don't log file classes.
1610 /NFL :: No File List - don't log file names.
1611 /NDL :: No Directory List - don't log directory names.\n
1612 /NP :: No Progress - don't display % copied.
1613 /ETA :: show Estimated Time of Arrival of copied files.\n
1614 /LOG:file :: output status to LOG file (overwrite existing log).
1615 /LOG+:file :: output status to LOG file (append to existing log).\n
1616 /UNILOG:file :: output status to LOG file as UNICODE (overwrite existing log).
1617 /UNILOG+:file :: output status to LOG file as UNICODE (append to existing log).\n
1618 /TEE :: output to console window, as well as the log file.\n
1619 /NJH :: No Job Header.
1620 /NJS :: No Job Summary.\n
1621 /UNICODE :: output status as UNICODE.\n
1701 ::\n:: Job Options :\n::
1702 /JOB:jobname :: take parameters from the named JOB file.
1703 /SAVE:jobname :: SAVE parameters to the named job file
1704 /QUIT :: QUIT after processing command line (to view parameters).
1705 /NOSD :: NO Source Directory is specified.
1706 /NODD :: NO Destination Directory is specified.
1707 /IF :: Include the following Files.\n
1801 /SD:path :: Source Directory.
1802 /DD:path :: Destination Directory.
4001 %s%s%s%s
4011 %s %s%s%s
4021 %3d.%1d%%
4031 %3d%%
4101 <NOT SET C>
4102 New File
4103 <MISMATCH C>
4104 Same
4105 Newer
4106 Older
4107 Changed
4108 <ATTRIB C>
4109 <ARCHIVE C>
4110 <NAMED C>
4111 <LARGE C>
4112 <SMALL C>
4113 <MAXAGE C>
4114 <MINAGE C>
4115 <IDENTICAL C>
4116 Tweaked
4117 <JUNCTION C>
4201 <NOT SET S>
4202 lonely
4203 *MISMATCH
4204 same
4205 newer
4206 older
4207 changed
4208 attrib
4209 archive
4210 named
4211 large
4212 small
4213 too old
4214 too new
4215 <IDENTICAL S>
4216 tweaked
4217 junction
4301 <NOT SET W>
4302 New Dir
4303 <MISMATCH W>
4304
4305
4306
4307
4308 <ATTRIB W>
4309 <ARCHIVE W>
4310 named dir
4311 <LARGE W>
4312 <SMALL W>
4313 <MAXAGE W>
4314 <MINAGE W>
4315 <IDENTICAL W>
4316
4317 <JUNCTION W>
4401 <NOT SET X>
4402 *EXTRA Dir
4403 <MISMATCH X>
4404 <SAME X>
4405 <NEWER X>
4406 <OLDER X>
4407 <CHANGED X>
4408 <ATTRIB X>
4409 <ARCHIVE X>
4410 *named dir
4411 <LARGE X>
4412 <SMALL X>
4413 <MAXAGE X>
4414 <MINAGE X>
4415 <IDENTICAL X>
4416 <TWEAKED X>
4417 <JUNCTION X>
4501 <NOT SET Y>
4502 *EXTRA File
4503 <MISMATCH Y>
4504 <SAME Y>
4505 <NEWER Y>
4506 <OLDER Y>
4507 <CHANGED Y>
4508 <ATTRIB Y>
4509 <ARCHIVE Y>
4510 *named file
4511 <LARGE Y>
4512 <SMALL Y>
4513 <MAXAGE Y>
4514 <MINAGE Y>
4515 <IDENTICAL Y>
4516 <TWEAKED Y>
4517 <JUNCTION Y>
4601 <NOT SET F>
4602 <LONELY F>
4603 <MISMATCH F>
4604 fix same
4605 fix newer
4606 fix older
4607 fix changed
4608 <ATTRIB F>
4609 <ARCHIVE F>
4610 <NAMED F>
4611 <LARGE F>
4612 <SMALL F>
4613 <MAXAGE F>
4614 <MINAGE F>
4615 <IDENTICAL F>
4616 <TWEAKED F>
4617 <JUNCTION F>
9001 %d/%02d/%02d %02d:%02d:%02d ERROR %d (0x%08X) %s
9101 Accessing Source Directory
9102 Accessing Destination Directory
9103 Scanning Source Directory
9104 Scanning Destination Directory
9105 Deleting Source Directory
9106 Deleting Destination Directory
9107 Creating Destination File
9108 Creating Destination Directory
9109 Copying File
9110 Copying Directory
9111 Time-Stamping Destination File
9112 Time-Stamping Destination Directory
9113 Expanding Source Pathname
9114 Expanding Destination Pathname
9115 Deleting Source File
9116 Changing File Attributes
9117 Deleting Extra File
9118 Deleting Extra Directory
9119 Scanning Extra Directory
9120 Opening Log File
9121 Expanding Log File Pathname
9122 Copying NTFS Security to Destination Directory
9123 Copying NTFS Security to Destination File
9124 Opening Job File
9125 Getting File System Type of Source
9126 Getting File System Type of Destination
9127 Waiting for Changes in Source Directory
9128 Getting File Time