· Start shows the start time of copy operation
· Source shows source directory
· Dest shows destination directory
· Files shows file filter
· Options shows given options
· Total shows total files and folders count
· Copied shows copied files and folders, count
· Skipped shows not copied files and folders
· D is used to copy data properties
· A used for attributes
· T for timestamps
· S is used for NTFS access control list simply ACL
· is used for the owner information
· U is used for Auditing information
/S : Copy sub-folders.
/E : Copy sub-folders, including empty sub-folders.
/Z : Copy files with resume support.
/B : Copy files in Backup mode.
/SL: Copy symbolic links instead of the target.
/ZB : Copy files using resume support; if access denied use Backup mode.
/EFSRAW : Copy encrypted files using EFS RAW mode.
/LEV:n : Copy only
top
n levels of the source folder tree.
/DCOPY:T : Copy Folder Timestamps.
/COPY:copyflag[s] : Specifiy what file information to copy. Copyflags: D=Data, A=Attributes, T=Timestamps, S=Security=NTFS ACLs, O=Owner info, U=Auditing info.
/COPYALL : Copy
all
file information.
/NOCOPY : Copy no file information.
/SECFIX : Fix
files security.
/TIMFIX : Fix
files time.
/PURGE : Delete destination files/folders that no longer exist in source.
/MIR : Mirror folder structure.
/MOV : Move files.
/MOVE : Move files and folders.
/A+:[RASHCNET] : Add attributes to destination files.
/A-:[RASHCNET] : Remove attributes from destination files.
/CREATE : Create folder structures and zero-length files only.
/FAT : Create destination files using
8.3
FAT file names only.
/
256
: Disable very long path (>
characters support).
/MON:n : Monitor source, and run again when more than n changes seen.
/MOT:m : Monitor source; and run again in m minutes Time, if changed.
/RH:hhmm-hhmm : Run Hours - times when new copies may be started.
/PF : Check run hours on a Per File basis.
/IPG:n : Inter-Packet Gap (ms) to free bandwidth on
slow
lines.
/A : Files with Archive attribute set.
/M : Files with the Archive attribute and remove it.
/IA:[RASHCNETO] : Include files with specific attributes set.
/XA:[RASHCNETO] : Exclude files with specific attributes set.
/XF file [file]... : Exclude Files matching given names/paths/wildcards.
/XD dirs [dirs]... : Exclude folders matching given names/paths.
/XC : Exclude Changed files.
/XN : Exclude Newer files.
/XO : Exclude Older files.
/XX : Exclude extra files present in destination folder but not in source. This will prevent deletion of existing files in destination folder.
/XL : Exclude files and folders present in source but not destination. This switch will prevent new files being added to the destination
/IS : Overwrite existing files even if they are same.
/IT : Include files with identical size and timestamp, but different attribute settings.
/MAX:n : Exclude files bigger than n bytes.
/MIN:n : Exclude files
smaller
than n bytes.
/MAXAGE:n : Exclude files older than n days/date.
/MINAGE:n : Exclude files newer than n days/date.
/MAXLAD:n : Exclude files unused since n days.
/MINLAD:n : Exclude files used since n days.
/XJ : Exclude Junction points
/FFT : FAT File Times (
2
-second granularity.
/DST : Compensate for one-hour DST time differences.
/XJD : Exclude Junction points for Folders.
/XJF : Exclude Junction points for Files.
/R:n : Number of Retries on failed copies:
default
1
million.
/W:n : Wait n time between retries:
is
30
seconds.
/TBD : Wait for sharenames to be defined.
/L : List only.
/X : Report
extra files.
/V : Verbose output.
/TS : Include source file Time Stamps.
/FP : Include Full Pathname of files.
/BYTES : Print file sizes as bytes.
/NS : Don't log file sizes.
/NC : Don't log file classes.
/NFL : Don't log file names.
/NDL : Don't log folder names.
/NP : Don't
show
progress of operation.
/ETA : Show Estimated Time of Arrival of copied files.
/LOG:file : Output status to a LOG file. Overwrite existing file
/LOG+:file : Append existing output status to an existing LOG file.
/UNILOG:file : Output status to a Unicode LOG file. Overwrite existing file
/UNILOG+:file : Append existing output status to an existing Unicode LOG file.
/TEE : Output to console window and log file.
/NJH : Don't output Job Header.
/NJS : Don't output Job Summary.
/JOB:jobname : Take parameters from specified job file.
/SAVE:jobname : Save parameters to a specific job file.
/QUIT : QUIT after processing.
/NOSD : NO Source Folder is specified.
/NODD : NO Destination Folder is specified.
/IF : Include the following Files.