This is a command prompt program for copying the latest version of files.
I use it to back up all my stuff to a USB hard disc.

COPYNEWR creates an identical file system on the backup drive, by only copying
files which are newer in the source directory, or dont exist in the destination.

This is a command prompt program. There is no graphical user interface.
You will want to write a batch file to run it. If you know how to do that
sort of thing, it'll probably work great for you. Otherwise, leave it here!

By downloading this software, you are agreeing to the terms of this license.

Here's the program (32 kB)

If you just enter "copynewr", it will give you a usage statement.
Usage: copynewr [options] srcdir, dstdir, filespec copies only newer files from srcdir to dstdir Valid options: -d deep, copies subdirectories too -h hidden, copies hidden files too -v verbose, more info about what's happening -q quiet, no info about anything that's happening -p persist, keep trying after errors

This software is free, there are no warranties.

A sample batch file
copynewr -d c:\markstuf i:\copies\markstuf *.*
copynewr -d c:\wintools i:\copies\wintools *.*
copynewr -d c:\podcasts i:\copies\podcasts *.*
copynewr -d c:\pictures i:\copies\pictures *.*

Hope you like it...