From 66767af8aab3bb181e89f1287f6855a14e18f2d7 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 4 Jun 2012 21:03:33 +0200 Subject: [PATCH] add android backup and restore blog entry Signed-off-by: Nico Schottelius --- ...oid-backup-and-restore-without-google.mdwn | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 blog/android-backup-and-restore-without-google.mdwn diff --git a/blog/android-backup-and-restore-without-google.mdwn b/blog/android-backup-and-restore-without-google.mdwn new file mode 100644 index 00000000..a1964166 --- /dev/null +++ b/blog/android-backup-and-restore-without-google.mdwn @@ -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]]