Robocopy method in tamil (Easier way to copy the files)

Опубликовано: 16 Март 2026
на канале: techharvest foundation
988
20

Copy the files from source to DestinationDirectory
==================================================

robocopy D:\copytest\SourceDirectory D:\copytest\DestinationDirectory /MIR /FFT /R:3 /W:10 /Z /NP /NDL /log:copy.txt


compare between two Folders
========================

ROBOCOPY D:\copytest\SourceDirectory D:\copytest\DestinationDirectory /e /l /ns /njs /njh /ndl /fp /log:missing.txt

Incremental copy
================

robocopy D:\copytest\SourceDirectory D:\copytest\DestinationDirectory . /s /E /COPYALL /ZB /R:3 /W:5 /TEE /LOG:incremental_Log.txt


Follow us on
=========== :-)
twitter -   / techharvestfou1  
facebook -   / techharvest-.  .