Backup your Android Phone without ADB
Intro:
I have been looking for a way to backup my android phone regularly and easily. For security reasons I dont want to enable android developer options like usb debugging. My backup strategy is to store the data locally on my hard drive and then pack and encrypt the files and uploading them into my cloud.
Link to the awesome adbackup script by BojanStipic
Example
You have to create the same folder structure like your phone generates by connecting in MTP mode.
|
|
filesystem example with selected folders for backup
|
|
now just launch the script with the given path to your backup folder adbackup /media/fnz/Volume/backup/phone
output should look like this:
|
|
CONCLUSION
the script will create incremental backups when run repeatedly. It is suitable for those who do not want to share developer / usb debugging permissions for their android smartphone. in case of theft and the possibility of future android debugging exploits, it is for me a reliable and secure way to backup my android phone.