Here’s my own backup scenario for reference, anyone can import and use:
blueprint.json (22.6 KB)
My scenario takes (N + 5)
number of operations, N
being the number of scenarios you are backing up. As you can see, you should reduce the number of N
s in your scenario formula to be able to scale well. I also filter by active scenarios, because I also have many test scenarios that are not set to active.
The first two modules are optional, I’m only using these extra two operations so that I can aggregate into folders in my zip archive. Since I have many folders and scenarios in my Team, what I do is mirror the folder structure in the zip archive file so that it’s easier to find.
The filter you can see in my screenshot is filtering out scenarios by device scope - because there is a Make bug that lists the same scenario twice when there are multiple devices in a scenario (I have already reported this to the support team in Aug 2023).