- Thread Author
- #1
I have a folder that I'd like to periodically mirror to an external hard disk. How can I easily copy the source to the target, deleting files now deleted in the source, updating files that have been changed in the source, and adding new files to the destination. Would an XCOPY with the appropriate set of switches do the trick - maybe something like
xcopy c:\sourcedir d:\targetdir /e /h /o
? Thanks.
xcopy c:\sourcedir d:\targetdir /e /h /o
? Thanks.