up vote 3 down vote favorite
2
share [g+] share [fb]

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.

4 Answers

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

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

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 rsync on my Mac. If you installed cygwin you would be able to use it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown