I’ve been looking for a way to archive some repositories in the cloud and the only suggestion soulutions I’ve found involve Downloading the repo, storing the data locally and then deleting the repo from the cloud.
This solution is a bit problematic as if I download the repo and then delete the repo from the cloud I lose all history tracking of changes that were made, why they were made and so on. Is there any way to export a repo from the cloud database with all this information for local storage in case I need to restore it in the future?