www.nico.schottelius.org/blog/android-backup-and-restore-without-google.mdwn
Nico Schottelius 66767af8aa add android backup and restore blog entry
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-06-04 21:03:33 +02:00

26 lines
718 B
Markdown

[[!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]]