Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] List backup details for SMS/MMS (special.smsmms.json) #762

Open
cmidkiff87 opened this issue May 31, 2023 · 2 comments
Open

Comments

@cmidkiff87
Copy link

cmidkiff87 commented May 31, 2023

Is your feature request related to a problem? Please describe it.
I want confirmation that all of my messages have been backed up. According to SMS Backup and Restore, I have 22.9k messages, and each backup is roughly ~5-6 GB.

Digging in the Backup files, the uncompressed json is only 195.4 MB, which seems awfully small in comparison.

I've had issues in the past with Neo Backup just failing to run backups for my texts (most likely due to the amount of texts). Now that I've upgraded to Android 13, it successfully backed up, suspiciously fast. I do not trust that it successfully backed up everything - texts and images - (granted, it is in beta still), but I would like some statistics for Neo Backup to report, so as to quickly verify nothing went wrong.

Edit: Looking into the json file, it seems like everything backed up correctly. That was amazingly fast

Describe the primary solution

Neo Backup reports a list of statistics about each backup (for specific backup "types").
For messages, I would like to see

  • Backup file size (Compressed* and Raw)
  • Number of messages backed up in total
  • Number of images backed up in total **
  • Date of backup *

*: already listed
**: this one isn't as necessary

Describe alternative solutions, if any

-

Screenshots

SMS Backup and Restore

Screenshot_20230531-152214_SMS_Backup__Restore

Current Neo-Backup backup details

Screenshot_20230531-152220_Neo_Backup

System Information (please complete the following information):

  • Device: Google Pixel 5
  • Android Version: 13
  • ROM: LineageOS 20
  • App Version: 8.3.1
@hg42
Copy link
Collaborator

hg42 commented Jun 26, 2023

I have 22.9k messages, and each backup is roughly ~5-6 GB

do you mean only the SMS backup needs 5GB?

that would be 218kB per message.
do you have MMS or media etc.?
(sorry for my ignorance, I fairly use SMS any more since 2000 or so ...)

On the other side, 195.4MB would be 8.5kB per message, which is still much more than 160 characters (or only 70 if it contains any unicode, I just learned).

@cmidkiff87
Copy link
Author

cmidkiff87 commented Jun 26, 2023

SMS Backup also backs up the images and gifs sent, as base 64 encoded text. It's backup format is xml, and it's uncompressed.. I suspect that's where the bulk of the size comes from.

edit: Also, MMS allows you to send text messages larger than 160 characters, and most (if not all) messaging apps automatically switch from SMS to MMS if the message is larger than a single SMS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants