Hello everyone.
We have a software to transfer files via SSH/SFTP to a server. It is mainly used for backing up clients files. We have one customer with a LOT of data however, and our little software has hit its limitations regarding bandwidth efficiency. We need to transfer files now only based on their daily incremental changes, rather than the whole thing. We have done lots of research into Rsync, and its incremental methods, but being a backup service, transferring the .vhd increments would be the most ideal solution.
What we are basically wondering is if its possible to use the Windows Server Backup Utility to track the incremental changes, but get it onto our remote server securely somehow.