I had been using rsync client on OMV to backup my OMV media files nightly to a Win7 machine. On the Win7 machine, I had installed DeltaCopy server. My OMV client did a push backup to the DeltaCopy server. I recently upgraded the Win7 machine to Win10, and the nightly backups were still working. However, when I changed the disk on the Win10 machine that I wanted backups to go to, my Rsync no longer works. The error seems to indicate that the version of rsync that runs under DeltaCopy is not compatible
dying to avoid a --delete-during issue with a pre-3.0.7 receiver:
rsync error: requested action not supported (code 4) at flist.c(1805) [sender=3.0.9]
Seems strange to me that it would work fine after the upgrade to Win10, but not once I make a change to where the backup is going to.
While I'm open to suggestions on how to fix, I'm also wondering if there might be another way to backup my files to the Win10 machine. Rsync was nice because it only updated the incremental changes to the file directory, and was quite fast backing up over the network. But if there is a different way, I'm open to that too.