I m going to develop simple application to store data on mobile , one of the requirements that i need to implement (from time to time) to backup this data and later to restore it on demands. so the requirement considered in 2 points:
1- Backup and restore this Data
2- ability to keep backup away from the mobile (to store it somewhere out of mobile)
i will use :
- Xamarin forms
- sqlite
- MVVM pattern.
any proper suggestions to cover these requirements?