Backup Timer Not Reporting Next Run
The backup timer was configure to use monotonic time. Therefore there is no way to obtain the next run value (datetime). Realtime is found to be more reliable therefore the following changes are required to ensure the backup is ran every 10 minutes.
[Timer]
OnCalendar=*:0/10:*
OnBootSec=10min
OnUnitActiveSec=10min