It would be nice to store global variables configuration (and may be their values) with flows backup.
In some cases it's necessary to use flows with global vars, but after backup restoring the each variable must be restored manually to make flows working again.
Global vars configuration backup.
Moderator: Martin
Re: Global vars configuration backup.
Backup your glovar by copying the variables.bin. My Automagic backup flow also zip this file.
The downside is if you choose to restore, it will replace all you glovar. I have made another flow just to backup the glovar and can choose whether backup/restore per individual glovar. It also can cache long glovar (usually my logging flow) and store it as special backup for later analyze. Unfortunately I never really completed the flow yet.
The downside is if you choose to restore, it will replace all you glovar. I have made another flow just to backup the glovar and can choose whether backup/restore per individual glovar. It also can cache long glovar (usually my logging flow) and store it as special backup for later analyze. Unfortunately I never really completed the flow yet.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: Global vars configuration backup.
Yep, but it's the same as the flows restoring could replace all flows, but it skips already existing flows and throws the message.The downside is if you choose to restore, it will replace all you glovar.
That skipping behavior could also be applied to restoring golvars with similar message.