linuxShortcuts/Android/android_recover.sh
Bruno Fontes ab9a092193
Fixing the file path
The first script was saving the backup file under the Dropbox folder.
That's not a good idea, as my Dropbox has a limited space and phone
backups has about 8GB of data.
2019-04-13 20:59:28 -03:00

2 lines
165 B
Bash
Executable File

adb restore /run/media/bruno/Multimedia/My\ Backups/android_backup.ab && kdialog --title "Android Restore Complete" --msgbox "Android Restore finished successfully"