[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Phone-Backup über die Android debugging bridge (adb)



Hallo Michael,

ich selbst habe das noch nicht versucht, aber auf
https://android.stackexchange.com/questions/23362/backup-and-restore-android-settings-and-application-through-adb#28888
wird empfohlen, mit adb pull ein Backup zu machen:

./adb shell ls -l -a | grep '^[^l]' | sed -e 's/^d.* \([^ ]*\)\r$/mkdir
sav\/\1; .\/adb pull \/\1 sav\/\1/' -e 's/-.* \([^ ]*\)\r$/.\/adb pull
\/\1 sav\/\1/' | /bin/bash

On 03.02.2014 23:16, Michael Strauß wrote:
> Hat schon jemand das Paket 'android-tools-adb' aus 'wheezy-backports' zum 
> laufen bekommen und mit dem Befehl:
> 
> adb backup –all –f backup1.ab
> 
> Ein Backup seines Android-Smartphones erstellt? 


Reply to: