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?
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
How about SyncToy? It's free and has a nice GUI. It can easily copy just the changed files to a server.
| ||||
|
feedback
|
|
I use Areca: http://www.areca-backup.org/ It is free and very easy to use. I hope it works for you. | |||
feedback
|
|
| |||
|
feedback
|
|
| |||||
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. | |||
|
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. | |||
|
feedback
|