IRONLOG currently keeps Android OS auto-backup enabled for:
databasesharedpreffile
Rules live in:
/android/app/src/main/res/xml/backup_rules.xml/android/app/src/main/res/xml/data_extraction_rules.xml
- It improves update and device-transfer continuity for users who rely on Android restore.
- It complements (not replaces) IRONLOG encrypted backup/restore.
- Encrypted snapshot backups remain the primary trust path for deterministic restore.
- Drive backup targets remain optional and user-controlled.
- Update install (same package/signing) keeps local data.
- Device transfer via Android restore does not break app startup or migration.
- Encrypted snapshot restore still works after Android auto-restore.
- If Android auto-restore and encrypted restore disagree, encrypted restore should win when user explicitly restores.
- Android OS backup is continuity help.
- IRONLOG encrypted backups are the reliable disaster-recovery path.