Log backup for RawKV BR

Hello, is it possible to utilize the TiDB log backup functionality for RawKV BR use cases? We are currently using the tikv-br tool to run periodic backups every 24 hours. This RPO is too long however, and we need a solution that can decrease it. Log backup in TiDB seems like a great option, however we aren’t writing our data through TiDB, we are writing it directly to TiKV via RawKV. It seems like log backup requires that a full cluster snapshot is taken, and then the log backup is started with a start-ts of the snapshot. It seems like this process can’t be done however, since we aren’t writing our data through TiDB. Does anyone have experience doing this, or know if it can be done at all? Thank you.