I am having a little trouble getting the block level copying working and I thought maybe if I tell you what I am trying to do you can tell me the correct way to set it up.
I have a bunch of VHDX files that are iSCSI backup targets. I would like to sync them from the server where they are on the local drive, to a QNAP NAS that will be located in another office. I would like to first "seed" the backups on the NAS while its in the main office as the VPN link it will have tops out at 30mbits.
What is the most optimal way to set this up? My idea was to setup the full software on the server that has the source files on the physical drive (Left side) and a VM on the NAS which would have the remote service monitoring a UNC path that's on the NAS itself where the files will sync (right side). Should that work ok?
So far in my testing I have been unable to get the block level to work normally, after the first sync, the next backup completes instantly and the log file indicates there's nothing to be done. Interestingly enough though, if I run a "test backup integrity" it will request the checksums, the remote service picks up on the file, finds the differences, and when its done the appropriate blocks are transferred. So at least in part something is working, I just am not sure what I am doing wrong.
Any help would be much appreciated.