add android backup and restore blog entry
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
d6ae18c129
commit
66767af8aa
1 changed files with 25 additions and 0 deletions
25
blog/android-backup-and-restore-without-google.mdwn
Normal file
25
blog/android-backup-and-restore-without-google.mdwn
Normal file
|
@ -0,0 +1,25 @@
|
|||
[[!meta title="Backup and Restore Android Devices without Google"]]
|
||||
|
||||
## Introduction
|
||||
|
||||
If you want to backup and restore your contacts and
|
||||
calendar entries without going via Google, this blog entry is for you.
|
||||
|
||||
## Requirements
|
||||
|
||||
This article only applies to rooted Android devices which have
|
||||
a ssh server (like
|
||||
[SSHDroid](https://play.google.com/store/apps/details?id=berserker.android.apps.sshdroid&hl=de))
|
||||
running.
|
||||
|
||||
## Implementation
|
||||
|
||||
Within a seminar in my study I developed a simple shell script that
|
||||
connects to the device via ssh, copies away or back the relevant
|
||||
sqlite database.
|
||||
|
||||
The source can be found in
|
||||
[the git repository](http://git.schottelius.org/?p=hszt/rooted_android_backup;a=tree).
|
||||
|
||||
|
||||
[[!tag unix]]
|
Loading…
Reference in a new issue