There is no switch or specific functionality to stop builds during a given window. If you really want to do that, you could pause the build queue (to ensure nothing new gets started), send a stop signal to running builds via the REST API, then undo the process once the window has finished.
This said, while there is some information not saved in backups, it's information about currently running builds. The next backup you perform will contain the information about the builds that were running during the previous backup. Is there anything in particular that you want to backup and is not being saved?
Hi Magnus,
There is no switch or specific functionality to stop builds during a given window. If you really want to do that, you could pause the build queue (to ensure nothing new gets started), send a stop signal to running builds via the REST API, then undo the process once the window has finished.
This said, while there is some information not saved in backups, it's information about currently running builds. The next backup you perform will contain the information about the builds that were running during the previous backup. Is there anything in particular that you want to backup and is not being saved?