I would cheat. As follows. Use xcopy /m (possibly /s also) to copy all files created or changed to another folder. Then do a full backup of that other folder to the cloud.
xcopy is a command line program that comes with Windows. Write a batch file to call it.

Kees