Temporarily, to make wpb2d work, I edited wp-backup-to-dropbox.php and changed file varchar(255) NOT NULL to file varchar(200) NOT NULL in function wpb2d_install() {}.
I think you’d have a problem with this if your file paths are going to be more than 200 characters in length (e.g. some shared hosting) but aside from that, everything else should work fine.