The author should think about applying to Dropbox ;)
Isn't the author a Dropbox employee? Not sure if he's still at Dropbox but I believe he's one of the first employees.
Maybe a way to submit feedback right from the app would be useful.
I really should put some time aside to write a script I've been thinking about:
1) Poll [somefolder] every 10 seconds (or whatever). Or watch with inotify.
2) On change, wait [5 seconds] and if change remains the same...
3) `borg create [oneDriveRepo]::[somefolder]` (does a delta backup with deduplication and lz4 compression, can be FUSE-mounted, and can be encrypted).
4) rclone -> [oneDriveRepo] -> onedrive.
And the reverse in the other direction I guess.