I have a full backup dir and a bunch of hourly (incremental) backup directories taken with mariabackup, which is a port of the XtraBackup.
How does one restore the MariaDB up to a specific minute (or second)? The general form applies all events within the incremental snapshot to the base, but what if we need to be more granular than that? I was hoping to be able to set an upper bound on the LSN or datetime.
Ref: https://mariadb.com/kb/en/library/incremental-backup-and-restore-with-mariabackup/