Skip to content

Commit 47ccb0e

Browse files
committed
Clarify what data is not backed up/restorable
mrrfv#76
1 parent 2d24320 commit 47ccb0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Open Android Backup is a tiny shell script & Flutter app that makes securely bac
1414

1515
The following data types can be automatically restored back to the device.
1616

17-
- Apps (.apk files of installed apps - split APK support is experimental and can be found in the `split-apk-support` branch)
17+
- Apps (.apk files of installed apps - app data not included - split APK support is experimental and can be found in the `split-apk-support` branch)
1818
- Internal storage (pictures, downloads, videos, Signal backups if enabled, etc)
1919
- Contacts (exported in vCard format)
2020

2121
### View-only
2222

23-
The following data types are only viewable by opening the backup archive with 7-Zip and cannot be auto-restored to a device at the moment.
23+
The following data types are only viewable by opening the backup archive with 7-Zip and cannot be restored to a device at the moment.
2424

2525
- SMS Messages (exported in CSV format - MMS attachments not saved)
2626
- Call Logs (exported into a text file)

website/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@ <h1 class="title is-2 has-text-centered">What is backed up?</h1>
184184
<path d="M5.5 2A3.5 3.5 0 0 0 2 5.5v5A3.5 3.5 0 0 0 5.5 14h5a3.5 3.5 0 0 0 3.5-3.5V8a.5.5 0 0 1 1 0v2.5a4.5 4.5 0 0 1-4.5 4.5h-5A4.5 4.5 0 0 1 1 10.5v-5A4.5 4.5 0 0 1 5.5 1H8a.5.5 0 0 1 0 1H5.5z"/>
185185
<path d="M16 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/>
186186
</svg></span>
187-
<span>Installed applications.</span>
187+
<span>Installed applications.*</span>
188188
</p>
189189
</div>
190190
</div>
191-
<p class="is-size-7 has-text-centered">*SMS messages and call logs cannot be restored at the moment.</p>
191+
<p class="is-size-6 has-text-centered">*SMS messages and call logs cannot be restored at the moment. App data is not saved due to Android restrictions.</p>
192192
</div>
193193
</section>
194194
<hr>

0 commit comments

Comments
 (0)