Tagged Questions
0
votes
0answers
135 views
What to backup and restore from IOS using rsync?
I am backing up my jailbroken iphone using full filesystem rsync clone.
The backup command is:
rsync -axvPH --numeric-ids --delete -e 'ssh -i /root/.ssh/ifone' \
...
1
vote
0answers
1k views
iOS 5 now encrypts my text message backup?
I've always used MesaSQLite to open the SQLite database that stores my iPhone's text messages. I've also used python's sqlite3 module to programmatically do some things with my text messages.
After I ...