Restic Backup Multiple Configs

Does anyone here have Restic running with multiple configs as in backup to multiple repositories not in one go but lets say. Backup hourly to Repo A and Daily to B as disaster recovery. Cannot seem to find out how to do this with plain Restic. Without using wrappers?

Orig post some time back, but responding.

I am using restic with the additional resticprofile package. This allows you to create a profile file (eg in yml) which defines the backups. So for each section you can define source, destination, exclusions & co, plus a schedule (monthly, daily hourly etc). You can specify a logfile which can be local, or on a logging server.

So it would be easy to set up what you are describing.