nextgis/android_gisapp

Create backup support

BishopGIS opened this issue · 0 comments

Backup support includes:

  1. Periodically export vector layers and attachments to zip in device backup folder. Layers to backup, backup period and count of backup zips must setup in properties.
  2. Periodically send backup to Wi-Fi router storage via smb or ftp or http protocol (depends on router capabilities).
  3. Restore data from backup (only from local backup folder).
  4. This functionality must be supported only on Premium

The backup and restore functionality, manage local backup zip files must be in mobile and mobileui APIs.