Question
Backup for Integrity Modeler Repositories
We want to set up a backup that will allow to store the last seven days of the repositories.
We would write a backup script for this which executes the omssave function overnight. Then another script which ensures that the last seven days are secured, in which we copy the results of the omssave function.
Later, a weeks or monthly backup should be added.
Is there a kind of best practice or other solutions for this?

