Hello, I am looking for a software that can handle delta type backups (copying only new changes to a file, i.e. if a file changes from 500MB to 502MB, it will copy only the new 2 MB).
I am on a windows machine and copying to a windows machine. I have found a utility for Linux called rsync, but have had great difficulty in using the windows version of that along with ssh. I have tried a utility called unison as well which I have had difficulty setting up with ssh as well.
Is anyone aware of any other software backup utilities that can handle this type of backup?
I have my home computer mapped as a drive to my office computer via Hamachi VPN as well, so even if the software can do it as a local transfer with delta copying, that would be fine.
Thanks.