rclone can't do that directly, however have you spotted the --backup-dir flag - that allows you to put any files which changed or were deleted into a backup directory.
With a bit of scripting you can keep dated backups quite easily. These are only "deltas" unlike the linked approach with rsync, but all the data is there for going back in time and reasonably easy to access.