How does a single node of MongoDB recover data changes after backup?

simulate a scenario:
A single-node backup of MongoDB is done at 11:00, and the backup ends at 11:10, and the backup data at this time is 11:10.
accidentally delete data at 11:20

in this case, we can restore the data to 11:10 through the backup data of mongodump, but how do we restore the data between 11:10 and 11:20?

in the case of a cluster, you can pull oplog, but there is no oplog on a single node. Ask the great god for advice!

Dec.22,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31813-2aae3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31813-2aae3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?