Hello columnar64
Currently Percona Backup for MongoDB doesn’t support PITR directly. You can use it for full back ups and then apply the oplog manually.
There’s a blog post here that might help: [URL]https://www.percona.com/blog/2019/07/05/mongodb-disaster-snapshot-restore-and-point-in-time-replay/[/URL]
And also these (older): [URL]https://www.percona.com/blog/2016/12/16/mongodb-pit-backups-in-depth/[/URL] and [URL]https://www.percona.com/blog/2016/09/20/mongodb-point-in-time-backups-made-easy/[/URL]
If you would like to know when the tool supports PITR, you might find it useful to follow this development log: [url][PBM-237] Add the config options to enable PITR - Percona JIRA
Hope this helps?