Hello,
Is it possible in Switch without the scripting module to automatically save all flows and their contents at a certain time as a backup in a folder in order to reload them in the event of a failure at time X?
thanks und regards
Switch Backup without Scripting
Re: Switch Backup without Scripting
I think you will find what you are looking for in the answer from cedric.sintes in this thred:
viewtopic.php?p=11012#p11012
viewtopic.php?p=11012#p11012
-
- Newbie
- Posts: 1
- Joined: Thu Jun 06, 2024 6:31 am
Re: Switch Backup without Scripting
There is an option called "Save flows automatically" that saves flows before activating them; perhaps that is sufficient for you?
- tdeschampsBluewest
- Member
- Posts: 122
- Joined: Tue Jun 01, 2021 11:57 am
Re: Switch Backup without Scripting
Hi,
The solution of Cedric sintes is also in an APP "autosave plus", sadly in legacy, so it may disappear in a near future, or have some compatibility problem when the support for legacy will end.
I may redevelopp it in typescript for the appstore, and i think we may put it for free, but it's a matter of time and priority (a lot of other app under developpement
)
Keep in mind that both solution (Cedric one, and on the appstore) do not behave like a right click/export => It won't have any propertyset in it, you need to save them alongside your flows.
The solution of Cedric sintes is also in an APP "autosave plus", sadly in legacy, so it may disappear in a near future, or have some compatibility problem when the support for legacy will end.
I may redevelopp it in typescript for the appstore, and i think we may put it for free, but it's a matter of time and priority (a lot of other app under developpement

Keep in mind that both solution (Cedric one, and on the appstore) do not behave like a right click/export => It won't have any propertyset in it, you need to save them alongside your flows.
Do you like the Enfocus Apps developed by Bluewest?
Feel free to leave a comment on the Appstore!
Feel free to leave a comment on the Appstore!
-
- Newbie
- Posts: 1
- Joined: Thu Jul 25, 2024 10:07 am
- Contact:
Re: Switch Backup without Scripting
Switch does not have a built-in option for automatically saving all flows and their contents at a predetermined time without using the scripting module. This feature necessitates the capacity to interact with the Switch environment programmatically, which is essentially the responsibility of scripting.FlorianDSK wrote: ↑Wed Nov 22, 2023 9:37 am Hello,
Is it possible in Switch without the scripting module to automatically save all flows and their contents at a certain time as a backup in a folder in order to reload them in the event of a failure at time X?
thanks und regards