Backup & restore - Nexus 5 Q&A, Help & Troubleshooting

Hi,
I made a backup by TWRP.
But the problem is that I don't know what to do with this backup.
1: For full backup, I leave to the nexus or I spend it on a PC? If my nexus has problem to boot, what I do with my backup ? How use it (txrp, fastboot....) ?
2: For a backup of data (so if I understand it, the app), I leave on nexus or I put on pc? and after I use it when and how?
For ex, when I switched to M, at the beginning (after boot), the nexus has installed all the app from my google account, but it's very long, so I would like tu stop it and use ma data backup, but i don't know how to do...
Thank you.

Wolfen38 said:
Hi,
I made a backup by TWRP.
But the problem is that I don't know what to do with this backup.
1: For full backup, I leave to the nexus or I spend it on a PC? If my nexus has problem to boot, what I do with my backup ? How use it (txrp, fastboot....) ?
2: For a backup of data (so if I understand it, the app), I leave on nexus or I put on pc? and after I use it when and how?
For ex, when I switched to M, at the beginning (after boot), the nexus has installed all the app from my google account, but it's very long, so I would like tu stop it and use ma data backup, but i don't know how to do...
Thank you.
Click to expand...
Click to collapse
1. Both. Keep a backup on your PC and another one on your device. Hold Power + Vol Down to reboot into the bootloader then select Recovery. Once into TWRP use the Restore option to restore your nandroid.
2. Both. Same answer. If you are using Titanium Backup then use the restore option.
During the setup wizard do not check the "restore my data from Google servers" then check in Settings > Backup.

Thanks.
And if I want to use the backup of the PC, how do I do ?
Because the backup (nandroid) is very big, and it's a problem to keep it on the nexus.....

Wolfen38 said:
Thanks.
And if I want to use the backup of the PC, how do I do ?
Because the backup (nandroid) is very big, and it's a problem to keep it on the nexus.....
Click to expand...
Click to collapse
adb push and adb pull
You can also use the MTP feature though TWRP which allows you to drag and drop your files.

ok, thanks

I just backup my android s3 4.4.4 with twrp.
I just want to know that if install a new rom can I backup all my apps and apps data on the new rom.
HELP!

Related

Shiny new Nexus S backup question

Is there an app like Titanium Backup for a non-rooted SNS? Do I really need to backup if I don't root the phone? I would like to backup before I start the playing (sorry for the newbie question but I am a recent convert from i****e 4).
Thanks in advance, Jeff
You can boot into Clockwork Recovery (with fastboot) and do a nandroid backup, all without flashing anything.
If you have no intentions of rooting odds are you don't need a backup app. When you first set up your phone you can check the box that will backup with google and in the event you get a new phone all your apps will be there. Anything you purchase on the market will automatically backup to your account even if you don't check off the box. Welcome to Android, I'm sure you will enjoy your experience.
icandy75 said:
If you have no intentions of rooting odds are you don't need a backup app. When you first set up your phone you can check the box that will backup with google and in the event you get a new phone all your apps will be there. Anything you purchase on the market will automatically backup to your account even if you don't check off the box. Welcome to Android, I'm sure you will enjoy your experience.
Click to expand...
Click to collapse
Thank icandy75 for the quick reply. Is that data (pics, contacts, bookmarks, etc.) and apps if I check the box? Is the backup encrypted or passworded? BTW I am currently using a Samsung Intercept for the last 5 weeks with 2.1 and temporary root so I really like Titanium Backup to wipe data and being able to reverse things. Can the backup to Google do anything like that, I am suspecting not.
P.S. So far the experience has been wonderful even after using iPhones for 3.5 years.
shrivelfig said:
You can boot into Clockwork Recovery (with fastboot) and do a nandroid backup, all without flashing anything.
Click to expand...
Click to collapse
Thanks for the quick reply. I assume these are not as robust and flexible as Titanium Backup. Is it inevitable that I will really just want to root to get better apps? Sorry but new to the wonderful world of Android. BTW I am only going to use the SNS via WiFi for now.
Thanks for the info., help and advice,
Jeff
jefftab11 said:
Thank icandy75 for the quick reply. Is that data (pics, contacts, bookmarks, etc.) and apps if I check the box? Is the backup encrypted or passworded? BTW I am currently using a Samsung Intercept for the last 5 weeks with 2.1 and temporary root so I really like Titanium Backup to wipe data and being able to reverse things. Can the backup to Google do anything like that, I am suspecting not.
P.S. So far the experience has been wonderful even after using iPhones for 3.5 years.
Click to expand...
Click to collapse
Pics are not backed up but you can back those up manually to you computer without root. Contacts are backed up to your Gmail account for easy access. It will also back up your wifi passwords but not your sms. There really is no reason not to root on this phone. It's very easy to do and reversible plus root gives you the ability to use a bunch of apps like TB. If you get into flashing roms I would suggest getting the paid version. It makes it a breeze to switch from one rom to next and gives you a few more options like dropbox sync and the ability to freeze apps.
use mybackup pro for backups if you dont have root.
backs up all sms, mms, android home, system settings, call logs, music playlists, bookmarks, dictionary, call logs, applications (doesnt back up the data/settings inside the app). lol am i missing something?
you can save the backups online or to your sd card
Yeah, My Backup pro is the only other app that I know of that people liked for non-rooted devices.
Clockwork Recovery Backup
I know this thread is about a month old, but...
I have to say, if you want to do any rooting or ROM flashing later the Clockwork Recovery backup is probably the better way to go.
It wasn't said earlier, but if you have adb and fastboot already installed/config'd on Ubuntu (but should be the same commands on Mac OSX - not sure about Win):
Code:
adb reboot-bootloader
fastboot boot <path to recovery file>/recovery-clockwork-herring.img
I already unlocked my bootloader prior to this, so all the data I have has been wiped previously and I reloaded manually.
Vol Down to "backup and restore" and hit power button. First option is Backup. Just hit power button and let it do the backup. This may take a bit of time. The recovery is not perm and will be gone when you reboot.
The backup is stored on your "SD" partition under "clockworkmod/backup/[backup date]"
You should be able to use the same thing to restore at a later time if needed, selecting "restore" instead of the "backup" option.
There is a app on the market called* backup everything*. I've never used it but description says works for non rooted phones.
takkun1946 said:
I know this thread is about a month old, but...
I have to say, if you want to do any rooting or ROM flashing later the Clockwork Recovery backup is probably the better way to go.
It wasn't said earlier, but if you have adb and fastboot already installed/config'd on Ubuntu (but should be the same commands on Mac OSX - not sure about Win):
Code:
adb reboot-bootloader
fastboot boot <path to recovery file>/recovery-clockwork-herring.img
I already unlocked my bootloader prior to this, so all the data I have has been wiped previously and I reloaded manually.
Vol Down to "backup and restore" and hit power button. First option is Backup. Just hit power button and let it do the backup. This may take a bit of time. The recovery is not perm and will be gone when you reboot.
The backup is stored on your "SD" partition under "clockworkmod/backup/[backup date]"
You should be able to use the same thing to restore at a later time if needed, selecting "restore" instead of the "backup" option.
Click to expand...
Click to collapse
Just to clarify commands, specifically for Mac OSX:
(These commands are assuming you've downloaded this file (http://www.mediafire.com/?qoz9f6e8fbx8zs0) and unzipped it to your desktop)
Code:
~/Desktop/adb-fastboot/adb reboot bootloader
Code:
~/Desktop/adb-fastboot/fastboot oem unlock
Code:
~/Desktop/androidsdk/tools/fastboot flash recovery recovery-clockwork-3.0.0.5-crespo.img

[Q] Back to up to PC

I Want to be able to do full backup that can restore from PC
just incase the worst happens.
Any Apps that can do this
I mean back up Everything Apps OS Password ect
I don't want to back up to Phone cause it takes up too much space.
Onknight said:
I Want to be able to do full backup that can restore from PC
just incase the worst happens.
Any Apps that can do this
I mean back up Everything Apps OS Password ect
I don't want to back up to Phone cause it takes up too much space.
Click to expand...
Click to collapse
Wug's Nexus Root Toolkit has this feature. (Check my sig)
As long as you got custom recovery, with this toolkit you can do a nandroid backup then move the backup folder anywhere in your PC.
if you want to restore your backup, use the toolkit again then select the backup folder in your PC.
ej8989 said:
Wug's Nexus Root Toolkit has this feature. (Check my sig)
As long as you got custom recovery, with this toolkit you can do a nandroid backup then move the backup folder anywhere in your PC.
if you want to restore your backup, use the toolkit again then select the backup folder in your PC.
Click to expand...
Click to collapse
I can't get it to connect
Onknight said:
I can't get it to connect
Click to expand...
Click to collapse
Make sure:
-USB Debug mode is turned on.
-Drivers are properly installed
What do you mean by you can't get it to connect?

Possible to root without wiping OR reliable non-root device backup?

Does anyone know if this is possible? I've had my phone for a couple weeks and want to root but don't really want to reinstall and setup everything again. If not, can someone point me to a reliable non-root full backup option?
TIA!
no. oem unlock is needed first and that pre-step is the bad boy that does the wipe.
d3athsd00r said:
Does anyone know if this is possible? I've had my phone for a couple weeks and want to root but don't really want to reinstall and setup everything again. If not, can someone point me to a reliable non-root full backup option?
TIA!
Click to expand...
Click to collapse
You should probably Google "TIA." Hehe.
d3athsd00r said:
Does anyone know if this is possible? I've had my phone for a couple weeks and want to root but don't really want to reinstall and setup everything again. If not, can someone point me to a reliable non-root full backup option?
TIA!
Click to expand...
Click to collapse
Google is your backup option. It can restore settings, apps and data. Just restore from cloud. You need root to have a perfect backup.
mikex8593 said:
Google is your backup option. It can restore settings, apps and data. Just restore from cloud. You need root to have a perfect backup.
Click to expand...
Click to collapse
You don't need to root you just need to have twrp installed.
se7ensde said:
You don't need to root you just need to have twrp installed.
Click to expand...
Click to collapse
Well, to backup apps and data in the OS, like OP wants before unlocking bootloader.
I did this with titanium backup on my previous phone to go from non-root to root and worked like a charm.
I can't post a link to the url...anywhay search for titanium backup non-root and you will see how to make a backup that can later be restored with titanium.
1. How to make your first backup WITHOUT root:
Before beginning, you need to setup your ADB and have your device detected. You must also running Android version 4.0 and above. Also, make sure you have a file manager installed. Our favorite is the ES File Explorer.
Connect your device and make sure its listed with the following command:
adb devices
Run a FULL backup with the following command:
adb backup -f FullBackup.ab -apk -all
This will create a “package” called “FullBackup.ab” on the current location in your command prompt. This is your backup package.
Now you can root your phone.
Once finished rooting, insert the “FullBackup.ab” package on your sdcard
Hit the menu button and look for “Extract from ADB backup” option. This will prompt you to search for the file. Use the file manager that you installed earlier and navigate to the directory and select the FullBackup.ab file.
Now restore like as if the backup was made with Titanium Backup. Don’t forget to make a fresh copy of the backup using Titanium Backup. You’re Done!
Click to expand...
Click to collapse

set my opo6 back but with all apps as they were

Hey there,
I want to wipe my phone because of several problems that occur and I believe that they can be solved by resetting my phone with the following procedure:
Wipe my phone with Twrp completely, then flash latest oxygen os, then magisk.
But: is there a way I can reinstall all my apps in the status as they are now?
Should I backup data now and flash this part after the said flashing of Rom and magisk?
Thank you all!
Do the nandroid backup which will bring your phone back to its state after installation. Or backup data and apk files of your apps and then restore it.
kouzelnik3 said:
Do the nandroid backup which will bring your phone back to its state after installation. Or backup data and apk files of your apps and then restore it.
Click to expand...
Click to collapse
Thanks! I will do that!
You might also find this useful:
https://forum.xda-developers.com/android/apps-games/app-migrate-custom-rom-migration-tool-t3862763
And remember to backup your photos etc. separately as well (e.g. copy them over to your PC)!

Full phone backup with ROOT access

I'm looking for an app that will allow me to back up the entire contents of my phone to one single .zip file which I could then flash back if needed. It would be best if there was an app that could transfer the backup to my computer where I would store the individual backups. I should add that I have root access, but even so, I haven't found any application that backs up the entire system to a single file. I don't have a custom recovery, only the stock one. Is there any app for that? Ideally for Windows, where I would connect the phone with a cable and perform the backup setup from there.
CaptainFedora said:
I'm looking for an app that will allow me to back up the entire contents of my phone to one single .zip file which I could then flash back if needed. It would be best if there was an app that could transfer the backup to my computer where I would store the individual backups. I should add that I have root access, but even so, I haven't found any application that backs up the entire system to a single file. I don't have a custom recovery, only the stock one. Is there any app for that? Ideally for Windows, where I would connect the phone with a cable and perform the backup setup from there.
Click to expand...
Click to collapse
What are "the entire contents of your phone"? All partitions + personal data, apps and so on?
Oh yes, exactly. For a case like system update potentially messing up the device - (oh, I just realized that if my device would softbricked i would need to restore that image or zip file through the recovery anyway), so i guess without a custom recovery this isn't doable right?
CaptainFedora said:
Oh yes, exactly. For a case like system update potentially messing up the device - (oh, I just realized that if my device would softbricked i would need to restore that image or zip file through the recovery anyway), so i guess without a custom recovery this isn't doable right?
Click to expand...
Click to collapse
As long as no custom ROM gets installed you only need a backup of your data. The remaining images are part of your firmware.
Without a custom recovery like TWRP you can backup your data only during the running system. Your stock recovery can't access /data as a filesystem, because it's not mounted. Also an entire image of that partition wouldn't be possible.
Now I learned something. Thank you. That'll do. Titanium Backup it is then.
CaptainFedora said:
Now I learned something. Thank you. That'll do. Titanium Backup it is then.
Click to expand...
Click to collapse
Titanium Backup is outdated, I suggest NeoBackup (open source) or Swift Backup (closed source, you can't decrypt the backup on your own).
Thanks again!
TheNewHEROBRINE said:
Swift Backup (closed source, you can't decrypt the backup on your own).
Click to expand...
Click to collapse
It doesn't make any sense to encrypt MY own data. Swift Backup gets access to the data by Magisk and that's me. I don't need an app that makes my own data inaccessible for me without any reason.
CaptainFedora said:
I'm looking for an app that will allow me to back up the entire contents of my phone to one single .zip file which I could then flash back if needed. It would be best if there was an app that could transfer the backup to my computer where I would store the individual backups. I should add that I have root access, but even so, I haven't found any application that backs up the entire system to a single file. I don't have a custom recovery, only the stock one. Is there any app for that? Ideally for Windows, where I would connect the phone with a cable and perform the backup setup from there.
Click to expand...
Click to collapse
You can look at this thread for variants of backup software options.
Alternative to Titanium Backup?
Hey everyone, I've been using Titanium backup for a few weeks now but one thing irks me about it.. even though it successfully backs up my apps and I assume my data - when it comes to restoring the backup, it always re-installs the apps in a...
forum.xda-developers.com
WoKoschekk said:
It doesn't make any sense to encrypt MY own data. Swift Backup gets access to the data by Magisk and that's me. I don't need an app that makes my own data inaccessible for me without any reason.
Click to expand...
Click to collapse
That's the reason why I gave NeoBackup as an alternative, although it doesn't have all the features of Swift Backup like restoring SSAIDs.
TheNewHEROBRINE said:
That's the reason why I gave NeoBackup as an alternative
Click to expand...
Click to collapse
That seems to be a good alternative for Titanium Backup.

Categories

Resources