Robocopy with local catalog of remote data for incremental backup

Posted by Bill on Server Fault See other posts from Server Fault or by Bill
Published on 2012-12-18T21:36:25Z Indexed on 2012/12/18 23:04 UTC
Read the original article Hit count: 329

Filed under:
|
|
|

I am currently using robocopy to an extremely slow destination. The compare between source and destination files can take a while to run through.

Since the destination will never change (apart from the robocopy changes), is there any program that will work similarly to robocopy, but have a local list of what files (attributes and timestamps) the destination has, to compare with?

I know there are expensive solutions which may do this, but I'm looking for something free if possible. Hopefully this makes sense.

© Server Fault or respective owner

Related posts about Windows

Related posts about backup