Android - added: Alert after finishing backup/restore

This commit is contained in:
Bruno F. Fontes 2019-04-12 18:57:49 -03:00
parent 692234b8f2
commit 85a8a60b74
Signed by: brunofontes
GPG Key ID: EE3447CE80048495
2 changed files with 3 additions and 0 deletions

View File

@ -1 +1,2 @@
adb backup -apk -shared -all -f /home/bruno/Documents/Dropbox/Backups/android_backup.ab
kdialog --title "Android Backup Complete" --msgbox "Android Backup finished successfully"

2
Android/android_recover.sh Executable file
View File

@ -0,0 +1,2 @@
adb restore /home/bruno/Documents/Dropbox/Backups/android_backup.ab
kdialog --title "Android Restore Complete" --msgbox "Android Restore finished successfully"