What's the easiet way to perform an incremental/differential backup to a network share in Windows?

Does a Robocopy/Xcopy solution work reasonably well (I need to the parameters!) or is there a good free tool out there that simplifies the management?

link|improve this question
feedback

migrated from stackoverflow.com Aug 31 '09 at 2:01

This question came from our site for professional and enthusiast programmers.

6 Answers

How about SyncToy? It's free and has a nice GUI.

It can easily copy just the changed files to a server.

alt text

link|improve this answer
feedback

I use Areca: http://www.areca-backup.org/

It is free and very easy to use. I hope it works for you.

link|improve this answer
Awesome, that's exactly the kind of tool I was looking for! – Alienfluid Aug 30 '09 at 21:39
feedback

I use rsync on my Mac. If you installed cygwin you would be able to use it.

link|improve this answer
feedback

Bvckup

link|improve this answer
2  
Rather than just posting a link could you at least provide some information on why your suggested tool is the best for the job. – Mokubai Mar 28 '11 at 11:42
feedback

Left field solution. Use Dropbox to sync a folder from the desktop to the server.

Dropbox uses a kind of rsync algorithm to efficiently move data over a LAN, plus for free (up to 2GB) you get an offsite backup.

link|improve this answer
feedback

SyncBack is a great free option for incremental/differential backup. It has a great GUI and is similar to rsync. You can download it at CNET.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown