Sample Header Ad - 728x90

Using Termux to Backup Android's Contact List

0 votes
0 answers
1241 views
In Termux's website's main page, they write (among other stuff): >"use rsync to store backups of your contact list on a remote server" This makes me wonder: Android's Contact List is stored in an SQLite DB, which is a file on the phone's internal storage. rsync synchronizes files. So If I understand the required implementation behind this idea, then what they mean by the quoted sentence, is that you can simply synchronize the whole SQLite DB file, to a remote server. The problem is: What happens when the day comes, and you need to **Restore** your Contacts DB? I assume that Android will not let you copy the SQLite DB file that you saved aside, over the current (new, and empty) Contact List's SQLite DB file, So how will we do the restoration? I hope someone understood their idea in this sentence..
Asked by spaceman (111 rep)
Apr 17, 2019, 12:56 PM
Last activity: Jan 21, 2024, 04:33 PM