mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 23:40:51 +00:00
Android - added: Alert after finishing backup/restore
This commit is contained in:
parent
692234b8f2
commit
85a8a60b74
@ -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
2
Android/android_recover.sh
Executable 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"
|
Loading…
Reference in New Issue
Block a user