Quick noob question
Is making a ADB backup using
adb backup -all
The same as a nano backup? Or is the adb one better?
GhostSamuraiX said:
Quick noob question
Is making a ADB backup using
adb backup -all
The same as a nano backup? Or is the adb one better?
Click to expand...
Click to collapse
Uhh wow I don't know. I usually just make a nandroid backup through recovery. I looked it up on Google and this guy seems to provide a very good explanation: http://android.stackexchange.com/qu...e-between-a-nandroid-backup-and-an-adb-backup
Sent from my SGH-M919 using XDA Premium 4 mobile app
xdapowerapps said:
Uhh wow I don't know. I usually just make a nandroid backup through recovery. I looked it up on Google and this guy seems to provide a very good explanation: http://android.stackexchange.com/qu...e-between-a-nandroid-backup-and-an-adb-backup
Sent from my SGH-M919 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Wow that's perfect just what I was looking for! I searched Google too but all I kept getting was how to make adb backups an different commands. Thanks a lot for the link bro.
GhostSamuraiX said:
Wow that's perfect just what I was looking for! I searched Google too but all I kept getting was how to make adb backups an different commands. Thanks a lot for the link bro.
Click to expand...
Click to collapse
No problem mate! I learned something as well!
Sent from my SGH-M919 using XDA Premium 4 mobile app
xdapowerapps said:
No problem mate! I learned something as well!
Sent from my SGH-M919 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Indeed friend we both learned something
About backup
What is a backup?
In information technology, a backup or the process of backing up is making copies of data which may be used to restore the original after a data loss event. In Android, this affects applications, settings and documents.
Which types of backups do we have for Android?
Basically, we can distinguish three types:
Nandroid
A Nandroid backup (as it's done by e.g. ClockworkMod) basically creates full images of all your device's partitions, without any abstraction. This does not necessarily mean one could not pick single items out of a Nandroid backup, but its not that trivial. If you restore a single partition only (such as /data), it must fit the other parts of the system. The /data partition also holds the /data/dalvik-cache, for example, which consists of the byte-code for all installed apps, optimized for the ROM which created it. If you would restore only the /data partition from a backup of ROM-X to a device with ROM-Y, those DEX (Dalvik EXecutables) would not fit. Also ROM-Y might use different directory structures for several things, which are not reflected here. As a result, you might have a unstable system (which might not even be able to complete its boot process), see apps crashing, and the like.
Doing this would not be such a good idea. So for the average user, a Nandroid restore is rather an all-or-nothing: Either restore it completely, or not at all. Unless you know exactly what you're doing, of course.
ADB Backups
Backups created with the adb backup command are a different case: they are "abstracted". If you look into such an archive, you will not find the directory structure reflected. Thus, at least in theory, an app backup (including the apps' data) created on ROM-X should restore fine on ROM-Y, as the ADB daemon on the device should take care of what belongs where.
App-based backups
There are several apps available for Android that create backups of apps, their data, or both. Some only cover system data available via so-called "data providers" (contacts, call logs, bookmarks, SMS/MMS, and the like). Others can capture/extract the .apk app installation archives. A few can backup apps, their data, and even system data—which before Android 4.0 required root permissions. Two of the powerful apps shall be mentioned here:
Titanium Backup is one of the best-known, most-powerful, and most recommended Backup solutions. It is able to backup apps, their data, data available via data-providers, system data, and more. And it can read (and restore) things from Nandroid and ADB backups as well. But it requires your device to be rooted.
Helium - App Sync and Backup (previously called Carbon) creates backups compatible with ADB backups (in fact, it is a front-end to the adb backup and adb restore commands). It can backup apps and their data, plus some other system data and stuff available via some data-providers. More to come, we hope. Helium Backup does not require root.
Source-http://android.stackexchange.com/tags/backup/info
Related
so i want to change again my rom again but now i have a lot of things on my phone that important to me
so i would like to use titanium backup but im not quit sure how to use properly
so can somebody explain to me how do i backup everything
and when i mean everything i mean like saves from games and sms and music and pictures and more
so please i need your help
thanks
Using Titanium Backup:
1. Menu -> Batch -> Select RUN Backup all user apps + System data
2. The backup will be in the folder on ur SD card. Copy and save it in case u earse the entire SD card
Using Recovery:
To backup enitre ROM which ever you are currently using. Reboot into recovery..
Currently I use Clockword Mod, so I know how to do it only by this one
1. Reboot into recovery mode.
2.Under Backup & Restore do the nandroid Backup which backsup the currently using ROM with data.
3. This will also be under the folder ClockwordMod in ur SD card backit up in case u do SD card formatting
For SMS, Call Logs & Pictures I use McAfee Wavesecure which I bought long back and backsup all the data.. not sure about Titanium backup for SMS & stuff...
I think this might help you.
Excuse a newbie question, but doesn't the nandroid recovery just take a snapshot of the current setup with ROM and all?
How do you use it with a new ROM?
Sent from my HTC Desire using XDA Premium App
You use the nandroid if the new rom doesnt work or you of some other reason want to go back to the old rom.
aswinarun said:
Using Titanium Backup:
1. Menu -> Batch -> Select RUN Backup all user apps + System data
Click to expand...
Click to collapse
Don't backup System Data if you are changing from one ROM to another, you will invariably get problems backing up system files that won't work smoothly with the new ROM. Just backup user apps.
Kalavere said:
Don't backup System Data if you are changing from one ROM to another, you will invariably get problems backing up system files that won't work smoothly with the new ROM. Just backup user apps.
Click to expand...
Click to collapse
Hi,if i backup system data but do not restore them..will it still conflict?
JxXxn said:
Hi,if i backup system data but do not restore them..will it still conflict?
Click to expand...
Click to collapse
No, that's fine. You can back both up and just restore apps and app data with no problem. I've never backed up system data I really don't see the point, I guess you could backup and restore to the same ROM, but i'd rather just start afresh each time.
Kalavere said:
Just backup user apps.
Click to expand...
Click to collapse
I couldn't agree more with this.
Sent from my HTC Desire using Tapatalk
Being able to backup system data selectively isn't a bad idea, i.e. Wi-Fi access points and literally one or two other things, if someone is after a system backup this is where nandroid comes into play, in my opinion.
I do agree backup for user apps. Also I would prefer Nandroid to restore the old ROM fully. Since I have been using some CM7 RC builds & also nightly builds.. i started to restore system data as well, which literally helps me to have all settings as well.
Also he can run Restore apps with data alone...
But it is upto OP which method he prefers..
Kalavere said:
Being able to backup system data selectively isn't a bad idea, i.e. Wi-Fi access points and literally one or two other things, if someone is after a system backup this is where nandroid comes into play, in my opinion.
Click to expand...
Click to collapse
This is for sure, things like bookmarks, user dictionary, wifi are nice to be able to just restore.
Sent from my HTC Desire using XDA Premium App
mistaliu said:
This is for sure, things like bookmarks, user dictionary, wifi are nice to be able to just restore.
Click to expand...
Click to collapse
I may have gotten confused....
is there a method to selectively backup / restore bookmarks and wifi (wep/wpa passphrases) ?
fred_be9300 said:
I may have gotten confused....
is there a method to selectively backup / restore bookmarks and wifi (wep/wpa passphrases) ?
Click to expand...
Click to collapse
Open the app and select Backup/Restore and long press on the system data you want to backup. You should exercise caution and not backup system data that will potentially disrupt another ROM. Wi-Fi Access Points, User Dictionary etc can all be found in there. Hope this helps.
Kalavere said:
Open the app and select Backup/Restore and long press on the system data you want to backup. You should exercise caution and not backup system data that will potentially disrupt another ROM. Wi-Fi Access Points, User Dictionary etc can all be found in there. Hope this helps.
Click to expand...
Click to collapse
Or the way I did it was just go under the backup/restore tab and scroll till you find what you want to backup ie. Bookmarks, wifi, etc then you are just backing up what you want and need
Sent from my HTC Desire using XDA Premium App
I have a question regarding Titanium that I hope you can help with...
I've just upgraded to the Gingerbread RUU, so I lost root and can't get it back, or frankly want to have it back, but I've backed up a number of apps with Titanium Backup, and is there any way to reinstall them?
They're all saved to my SD card, and Titanium Backup obviously refuses to work.
I can't and don't want to get root back, so is there any way to manually use these backups, or use them with another program?
vszulc said:
I have a question regarding Titanium that I hope you can help with...
I've just upgraded to the Gingerbread RUU, so I lost root and can't get it back, or frankly want to have it back, but I've backed up a number of apps with Titanium Backup, and is there any way to reinstall them?
They're all saved to my SD card, and Titanium Backup obviously refuses to work.
I can't and don't want to get root back, so is there any way to manually use these backups, or use them with another program?
Click to expand...
Click to collapse
You can recover the apps by searching the TitanuimBackup folder and extracting the APKs from the Zip files. It's obviously not possible to recover the data as it's zipped up in a tarball and it requires Superuser rights to access if using Titanium, however I don't know that it's not possible to manually replace the data. If you unzip the tarball and extract the folder to your desktop. If it's the BBC News app for example the folder should look like this after you extract it.
'Data/Data/bbc.mobile.news.uk/cache
-----------------------------------/databases
-----------------------------------/files
-----------------------------------/shared_prefs'
I don't know if you can access Data/Data from the phones internal memory without root, I am using Root Explorer. Try with Astro, I am guessing you can read/write to Data/Data without having S-Off as I am not getting prompted to switch to R/W to delete files (I have Root and S-Off).
If you can read and write to Data/Data without root and S-Off you can manually copy and paste the data over after installing the app, it will take ages to do if you've got any number of apps and I am not ever sure it will work, but I suppose it's worth a go.
I hope this makes sense, it makes semi sense to me as I read it back!
So all the tutorials I see say to use "menu>batch" to backup user apps/data, but there is NO BATCH!! I ran backup and it just put a bunch of gz/tar files in a directory!!! So now after I've already updated ROM to JB, TB is not allowing me to restore these files.....or am I missing how to do this?? Why is this app so damn hard to find stuff? Is there any way to restore my stuff or I will have to revert to nandroid backup and use TB again??
BTW, i'm on version 5.4.2.2 pro version
Thanks,
Click the icon in the upper-right with the check mark to get to batch operations.
And those tar.gz files are your backups.
The batch button is on the upper right corner.
And yes TB does compress the back ups.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
ballgum said:
So all the tutorials I see say to use "menu>batch" to backup user apps/data, but there is NO BATCH!! I ran backup and it just put a bunch of gz/tar files in a directory!!! So now after I've already updated ROM to JB, TB is not allowing me to restore these files.....or am I missing how to do this?? Why is this app so damn hard to find stuff? Is there any way to restore my stuff or I will have to revert to nandroid backup and use TB again??
BTW, i'm on version 5.4.2.2 pro version
Thanks,
Click to expand...
Click to collapse
Your question is a mess. Your thread title is "how to backup" and your jumbled post is about "how to restore".
In any case, whatever tutorials you're reading are outdated, as TiBu hasn't used a "batch" ever since the ICS version switched to using the Action Bar.
So, to simplify TiBu for you:
1) touch the the little checkmark icon the upperright corner of TiBu
2) Backup your apps and data; not system data
3) Restore later
Easy.
All the rest of the TiBu stuff is for people who aren't afraid to figure it out and/or read their FAQ (no offense)
So I've checked everything in the app.... including the mentioned "check mark" button before posting here. It is not showing any of my backup apps. I've gone into prefs and verified the backup/restore directory. When I go to that directory i see everything but when I go to batch upper right button none of the options show my apps. It only shows the NEW apps on the NEW rom and no options to restore my previous 33 user apps.
Am I missing something here or is it just not working
Sorry about the hasty confusing post...
Open TiBu
Menu/preferences/back up folder location> whole device
it will search your entire phone fit a back up folder
mrhaley30705 said:
Open TiBu
Menu/preferences/back up folder location> whole device
it will search your entire phone fit a back up folder
Click to expand...
Click to collapse
I did that and I already had the location correct /storage/sdcard0/TitaniumBackup ...... 48 backups.
When I do what you say and do "whole device" it reloads the TB app data. Then I go into batch options and it still doesn't show my backups...
Any ideas? I will try to get screenshots, i'm not sure how on JB yet
Clear data to set everything to default then set the backup directory again and restart the app (or the phone) This fixed it for me.
Sent from my SGH-I747 using xda premium
Question, after running TiBu, and if I need to restore my phone to factory (w/ root). To restore my apps etc, I need to reinstall TiBu and run the restore?
Obsessive said:
Question, after running TiBu, and if I need to restore my phone to factory (w/ root). To restore my apps etc, I need to reinstall TiBu and run the restore?
Click to expand...
Click to collapse
Yes.
If you bought Pro, install free version first, then pro.
I tried to Google and couldn't find the correct answer I was looking for.
In the ClockworkMod directory, There's 2 folders: Backup and Blobs
The blobs folder has now grown to 1.33GB and contains 6233 files.
Can I clear out this folder?
I had 4 backups in the backups folder and deleted 2 older ones, to help free up 600MB.
Any help would be much appreciated.
Thanks
No, you can't. Or your back-ups will no longer work. The blobs are most of the back-up. Storing it this way means you can make incremental back-ups rather than all of them being stand-alone. Certain back-ups will share blobs, saving you space.
It's annoying, and it would be great if you could choose the stand-alone method or the blobs-method. But you can't.
Sent from my SGH-I927 using xda app-developers app
Thanks EvilAlex,
But if I am happy with my current phone state, I could then delete them all the files in the blob folder plus the files in the "backup" folder and just create a new backup in CWM correct? [basically starting fresh]
Yes, you could do that. I did so just a few days ago. The back-ups I still had were obsolete. Still, just to be sure, I moved the back-ups to my SD card, just in case. Might be a good precaution for you, as well.
as i use CMWR backups before i use to install new ROM only (and one after successful stable phone) what i use to do is move the "gonna be" obsolete to my backup hdd in my pc and then create new backup. if everything is good and i want to backup again i do the same. so i only left with one backup in hand. the apps i backup via titanium backup, so i need the CWMR backup only for really ****ed up situations.
Evil Alex said:
Yes, you could do that. I did so just a few days ago. The back-ups I still had were obsolete. Still, just to be sure, I moved the back-ups to my SD card, just in case. Might be a good precaution for you, as well.
Click to expand...
Click to collapse
My back-ups were old and obsolete, I do not need them more.
There is a folder 'd41' inside 'blobs'(clockworkdmod/blobs/d41), I cannot delete them, even blobs folder(deleted failed).
Even from PC, it says
"Cannot delete b41:The storage is write-protected.
Remove write-protection and try again."
Click to expand...
Click to collapse
Please help, sir.
Thanks..
So here's the thing: I made a TWRP backup of my 16GB nexus before I returned it yesterday (multitouch issues, dead pixels) but see now that people are reporting an OTA update that fixes the multitouch issue. I would rather not restore that backup since it is the JSS15J system, so is there a way I can get the data of at least a few apps and restore them individually somehow?
Thanks!
Titanium Backup can do that.
danvee said:
Titanium Backup can do that.
Click to expand...
Click to collapse
Ok, can it read the data in the TWRP folder? I have used TB a lot in the past but didn't think it might be able to use the TWRP data.
If it's not compressed (I never do), TiBu can do it perfectly.
In Titanium backup pro in it's menu is the option to 'extract from nandroid backup' .
Did it just last week, so I know the current version works.
danvee said:
If it's not compressed (I never do), TiBu can do it perfectly.
In Titanium backup pro in it's menu is the option to 'extract from nandroid backup' .
Did it just last week, so I know the current version works.
Click to expand...
Click to collapse
Ah, need the pro version. Hmm, thanks. I'll check it out.
Coronado is dead said:
Ah, need the pro version. Hmm, thanks. I'll check it out.
Click to expand...
Click to collapse
Use Nandroid Backup Manager. It's free.
It can restore apps and/or data, SMS messages, Call logs and more from your nandroid backup. It can also decompress the backup if it's compressed.
Advance Restore and just click restore data only on twrp
danvee said:
If it's not compressed (I never do), TiBu can do it perfectly.
In Titanium backup pro in it's menu is the option to 'extract from nandroid backup' .
Did it just last week, so I know the current version works.
Click to expand...
Click to collapse
thank you man thank you. i just had this http://forum.xda-developers.com/showpost.php?p=49548141&postcount=136 problem and your post is gonna help me i hope thanks. btw im on 4ext recovery
MrPhilo said:
Advance Restore and just click restore data only on twrp
Click to expand...
Click to collapse
Good day: Are you indicating that TWRP has an advanced restore feature?
Advance Restore and just click restore data only on twrp ????
I don't see any advanced menu in TWRP (Looks like all or nothing)?
Or, did you mean that Nandroid Manager has an advanced menu?
Regards
galearned said:
Are you indicating that TWRP has an advanced restore feature?
Advance Restore and just click restore data only on twrp ????
I don't see any advanced menu in TWRP (Looks like all or nothing)?
Click to expand...
Click to collapse
TWRP backups each partition separately, thus it can also restore any single partition so also /data
tetakpatalked from Nexus 7
tetakpatak said:
TWRP backups each partition separately, thus it can also restore any single partition so also /data
tetakpatalked from Nexus 7
Click to expand...
Click to collapse
"so is there a way I can get the data of at least a few apps and restore them individually somehow?"
Pfeffernuss said:
"so is there a way I can get the data of at least a few apps and restore them individually somehow?"
Click to expand...
Click to collapse
Of course. TWRP has no advanced backup&restore features because it doesn't need them: you will be prompted before each backup&restore action about the partitions.
For data of just single apps use better Titanium Backup. It can extract them from your nandroid backups
tetakpatalked from N7100
MrPhilo said:
Advance Restore and just click restore data only on twrp
Click to expand...
Click to collapse
does it restore gapps too?
javigbox said:
does it restore gapps too?
Click to expand...
Click to collapse
I think some of the gapps data is flashed to system, so it won't be able to completely restore it but after flashing gapps, you should be able to extract google apps with data intact from TWRP backup
jassalmithu said:
I think some of the gapps data is flashed to system, so it won't be able to completely restore it but after flashing gapps, you should be able to extract google apps with data intact from TWRP backup
Click to expand...
Click to collapse
Exactly what I do.
marsmallow 6 will update apps + data from your google account. Not sure it's fully implemented yet but it's supposed to work. I've tried it yesterday with a Mm6.0.1 on nexus 7 2013 and many apps were already configured. Not all of them. Going from MM6 to MM6.0.1 might complicate it so maybe it's better to restore with google and do a little work by yourself, to make sure. I gave up on those restore apps. It also give you the opportunity to do a clean up
Coronado is dead said:
So here's the thing: I made a TWRP backup of my 16GB nexus before I returned it yesterday (multitouch issues, dead pixels) but see now that people are reporting an OTA update that fixes the multitouch issue. I would rather not restore that backup since it is the JSS15J system, so is there a way I can get the data of at least a few apps and restore them individually somehow?
Thanks!
Click to expand...
Click to collapse
I'm sure somebody is already aware of this;just sharing coz this awed me![emoji33]
You need to ..extract/restore individual data files from nandroid backup?
Restore data to an app when switching between ROMs or OS versions?
Well TWRP IS THE ONLY THING YOU NEED! And a PC of course.
Bless the Devs[emoji7][emoji28]
Forget Nan managers, tar.extractors & the insanely complex Bash terminal commands
1. Go to File manager on TWRP recovery, it can read the system data i.e. data/data/ file (while your other file managers can,only data files on SD or ext.SD)
2.Go to data/data and locate the data folder of the app you wish to extract; will be in the format 'com.app name'
3.Push 'Select folder' tab on the screen; it gives you option to COPY the file
4.Move up & paste the data/data file on your readable memmory: sd/ext.SD
And that's it!! Just connect to the PC & pull the file & there u have: your APP DATA FILE!
I was tired using zip extractors, changing file names & struggling with command prompts; then found this[emoji4]
Hope it helps[emoji106]
Sent from my GT-N5110 using Tapatalk
---------- Post added at 08:57 AM ---------- Previous post was at 08:24 AM ----------
DIGVIJAY24 said:
I'm sure somebody is already aware of this;just sharing coz this awed me![emoji33]
You need to ..extract/restore individual data files from nandroid backup?
Restore data to an app when switching between ROMs or OS versions?
Well TWRP IS THE ONLY THING YOU NEED! And a PC of course.
Bless the Devs[emoji7][emoji28]
Forget Nan managers, tar.extractors & the insanely complex Bash terminal commands
1. Go to File manager on TWRP recovery, it can read the system data i.e. data/data/ file (while your other file managers can,only data files on SD or ext.SD)
2.Go to data/data and locate the data folder of the app you wish to extract; will be in the format 'com.app name'
3.Push 'Select folder' tab on the screen; it gives you option to COPY the file
4.Move up & paste the data/data file on your readable memmory: sd/ext.SD
And that's it!! Just connect to the PC & pull the file & there u have: your APP DATA FILE!
I was tired using zip extractors, changing file names & struggling with command prompts; then found this[emoji4]
Hope it helps[emoji106]
Sent from my GT-N5110 using Tapatalk
Click to expand...
Click to collapse
And believe me, I could repack the data into my new ROM just like that!
Not sure if this messes up with your system but I'm going great so far.
So you Upgraded to a higher OS and find some of your apps to be crashing on your new ROM & have a nandroid of your stock:
You are going to switch data files between stock & custom ROM!
1.Flash the Stock ROM & copy app data from the system files to readable memory, as mentioned above, just add a letter & Rename the copy(which again you can do with TWRP!) so that TWRP may not confuse with the new folder
2.Flash the new ROM, uninstall the app that crashes & install the compatible version from the store
3.Allow storage permission from settings; open the app & perform some action so that a storage directory is created,if not already, in the system storage
4.Boot to TWRP recovery in the new ROM , so now you have the data/data folder of the new app you just installed(which is empty) as well as the data/data folder from your stock ROM on your SD/Ext.SD
5. You know were this is going[emoji16] Delete the data/data folder on your running ROM & MOVE(again with TWRP only!) the one from SD ,after restoring its original name, to the data folder from were you just deleted the other.
6.Wipe Dalvik/caches & reboot
7. Other than receiving a pop up that there may be some trouble with your android system, on startup, everything works just fine for me & the App is fully restored!![emoji7]
Didn't even use a PC!!
Such a tool TWRP is[emoji7][emoji120][emoji120][emoji120]
Forgive me, but try this at your own risk, coz as a newbie Im completely unaware of the consequences
Hope this helps somebody[emoji4]
Sent from my GT-N5110 using Tapatalk
DIGVIJAY24 said:
1. Go to File manager on TWRP recovery, it can read the system data i.e. data/data/ file (while your other file managers can,only data files on SD or ext.SD)
Click to expand...
Click to collapse
I don't understand this step. I go to file manager, then navigate to /external_sd/TWRP/BACKUPS/... and there are files like data.f2fs.win009. Now what?
Okay I'm really in need of a response from who knows the mechanic of backing up
I've two questions
1. I've noticed that u can actually flash apps with a zip file. So if I put my personal apps into the rom folder after extracting them and recompress, is it possible that my apps will also get flashed along w the rom?
2. I've also noticed when u do a factory reset in the recovery, it only deletes cache and data. If I copy the data folder to my sdcard and paste to the orig directory after factory reset, is it possible that the data will get restored?
I'm not just curious. I think if this is possible, it'll be much dependable
Thnx
Sent from my Galaxy Nexus using xda app-developers app
christianyu said:
Okay I'm really in need of a response from who knows the mechanic of backing up
I've two questions
1. I've noticed that u can actually flash apps with a zip file. So if I put my personal apps into the rom folder after extracting them and recompress, is it possible that my apps will also get flashed along w the rom?
2. I've also noticed when u do a factory reset in the recovery, it only deletes cache and data. If I copy the data folder to my sdcard and paste to the orig directory after factory reset, is it possible that the data will get restored?
I'm not just curious. I think if this is possible, it'll be much dependable
Thnx
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
1. Yes, put the app's APK under /data/app in your zip package (although I do think that you need to modify the updater-script a bit to make it actually flash the apps).
2. Depending on how you do it - you MUST keep ALL the files' and folders' permissions untouched (which is nearly impossible since there are just WAY too many of them), or when you simply copy back, the permissions will be messed up and you'll face continuous FCs. Better use apps like Titanium Backup or, if you're brave enough, try restoring only the /data partition from an existing nandroid backup.
Sent from Samsung Galaxy Nexus @ CM11
1. How do I modify the updater script?
2. Is it possible to restore only part of the nandroid backup?
Sent from my Galaxy Nexus using xda app-developers app
Titanium Backup is the best way. The way you are doing it sounds like a lot of unnecessary work.
look for an app called zipme from author jrummy on the play store
I wrote some code a long while back that allows you to pack/encrypt and unpack/unencrypt your own android backups so that you can do your own partial backups and restores.
See http://forum.xda-developers.com/showthread.php?t=1730309
However, for the past 18 months, I have just used BackupPC to back up my android devices. BackupPC is a linux-based backup that allowd for automated backups with all types of options for incrementals & fulls. The backup files are pooled so that you can backup every day while requiring minimal extra space since only new files add to the poo size. It can use several different transport systems for the backup ranging from rsync to rsyncd to tar to ftp etc.
I use rsync (over ssh) since it is fast -- only the deltas need to be transported across the network when files change.
Basically, all you need to do is install ssh + rsync, modify the server side config file and then you get automatic backups at your own pre-determined frequency over wifi whenever your device is connected to the wifi network.
Now BackupPC is probably overkill for just backing up a droid -- since it is typically used to backup whole networks of linux, Mac, Windows, etc. pc's. But since I already use it to backup all my home computers, it was a cinch to modify the config file to also backup my droid devices.
I verified that it worked when my Gnexus broke and I was able to flash the replacement device which restored not just my apps and data but also all my settings.
jsgraphicart said:
Titanium Backup is the best way. The way you are doing it sounds like a lot of unnecessary work.
Click to expand...
Click to collapse
I agree. The play store has a bunch of other ones too but I would go with Titanium.
hsypsufan said:
I agree. The play store has a bunch of other ones too but I would go with Titanium.
Click to expand...
Click to collapse
I am using EaseBackup and I find it very good. Helium is another option but I found it buggy.