How to backup and restore data from localstorage directly from the application #2572
Unanswered
Rednas83
asked this question in
Help and Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a easy way to backup/sync the state directly from the application with a function similar to what is possible in Vue Devtools?
![image](https://private-user-images.githubusercontent.com/25219229/302941831-ca9ff90c-d8f1-4314-b665-872a20f5b8e9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MjMwNzUsIm5iZiI6MTczOTUyMjc3NSwicGF0aCI6Ii8yNTIxOTIyOS8zMDI5NDE4MzEtY2E5ZmY5MGMtZDhmMS00MzE0LWI2NjUtODcyYTIwZjViOGU5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDA4NDYxNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTUxYmY2NDU1MWI4ZWM4NGI0OTk4ZTQ5OTQ1YTY4Yzk4MWVhMGQxNDc0MDFiNzljNTRkMTczZDI5YjA3OTgyMWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7FhXmrBX7eI4rDOf2s0BI3bj-hTSPwV2pq6pBc2hl0A)
Something like
Of course this would also require some kind of
cloud service
or aserver/api
where the backups could be storedBeta Was this translation helpful? Give feedback.
All reactions