Jump to content

Copy only modifyed files from one drive to another.

dmacd1331

Does anyone know how to copy only the files that have been modifyed from one drive to a backup. It could be a program or .bat just something that can be scheduled.

Link to comment
Share on other sites

Link to post
Share on other sites

There are flags with the xcopy command that will only copy the modified files.

Or you can use the Teracopy program to only overwrite files that are new (i.e. changed). 

Either of those can be scheduled.

† Christian Member †

For my pertinent links to guides, reviews, and anything similar, go here, and look under the spoiler labeled such. A brief history of Unix and it's relation to OS X by Builder.

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

I found a solution. For the curious I ended up using robocopy.

Robocopy "master" "backup" /MIR /Z
Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×