linuxShortcuts/Android/android-backup.sh
Bruno Fontes f06d59da1f
Fixing android alert
Alert message was being used even when the backup/restore was not
completed succesfully. Fixed it using the && operator.
2019-04-12 19:00:03 -03:00

2 lines
181 B
Bash
Executable File

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