S
Slickuser
I'm using the robocopy from XP. http://ss64.com/nt/robocopy.html
I want to the sync files/directories between source and destination.
I want it to skip if the destination files/directories already exist.
To speed up the sync, I use /XO option but it's not doing what I want.
I observe is that I have 300MB files, it will take a long time to sync
even thought both source and destination are match exactly.
I try the command again and again. It's not skipping, same result of
length in syncing.
What am I doing? Thx.
robocopy.exe C:\source D:\destination /MIR /R:3 /NP /NS /NC /NFL /NDL /
XO
/XO : eXclude Older - if destination file exists and is the same date
or newer than the source - don't bother to
overwrite it.
I want to the sync files/directories between source and destination.
I want it to skip if the destination files/directories already exist.
To speed up the sync, I use /XO option but it's not doing what I want.
I observe is that I have 300MB files, it will take a long time to sync
even thought both source and destination are match exactly.
I try the command again and again. It's not skipping, same result of
length in syncing.
What am I doing? Thx.
robocopy.exe C:\source D:\destination /MIR /R:3 /NP /NS /NC /NFL /NDL /
XO
/XO : eXclude Older - if destination file exists and is the same date
or newer than the source - don't bother to
overwrite it.