-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
Add option to automatically/scheduled backup of SMS - Feature request #6012
Comments
Duplicate of #339? |
The difference is that @moxie0 expect something to work with SMS Backup & restore, see PR #5907. I don't think it's the way to go for 3 reasons:
I think it'd would be easier to completely drop this idea and instead implement an encrypted serialization of the Signal's message store as JSON and post that to a user-defined URL (respectively, get that from this user-defined URL). The URL could be local to store to the filesystem, or remote via HTTP. That way, you are not dependent on a third party application & format, there's less effort to try to fit circles in a cubic hole, and you let the user implement their own storage mechanism. |
What about baking in support for Signal to create an encrypted backup of messages, which the app then can upload to GDrive, or a similar location, along with that ability to schedule this upload. Then you can also add in a restore function as well? Keeps the messages encrypted, but still offer some data security? |
I'd like to add my voice to the chorus here. At minimum, could Signal push non-secure SMS/MMS messages back into the system message store so they will be automatically backed up by Android? I'm partially OK with losing my secure messages, but no backup is almost a dealbreaker for using Signal as my default messaging app, given how much work-related stuff goes over SMS/MMS now. Ideally, I'd like to see an encrypted backup (possibly with a user-defined pre-shared key?) that will upload to GDrive, DropBox, OneDrive, or similar. |
GitHub Issue Cleanup: |
Currently, Signal plays in its own ballpark concerning SMS/MMS storage.
This breaks the SMS backup tools out down there (like SMS Backup & restore, SMS Backup +) because Signal does not fill the system's message storage.
This is fine, in terms of security of the message, however, it's not in terms of data security which will be lost if the phone is reset / lost etc...
I've seen the option to backup the sms to a file that's compatible with the format of SMS Backup & restore, but I have to trigger it manually (which is a pain), and yet, it does not all SMS Backup & restore to use it automatically (SMS Backup & restore does not see any new message, and as such does not upload the file.
So, there are 2 possible options here:
I think the 2nd case will be easier to implement, and makes SMS backup & restore useless.
The text was updated successfully, but these errors were encountered: