recover-dump doesn't use logging to log every action taken, like backup-mariadb does.
Probably logger should be setup so it logs to /var/log/mariadb-backups/recoveries.log (next to the existing /var/log/mariadb-backups/backups.log) when run.
This will not only allow to track its progress, but also to debug in case of error.