mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 00:50:51 +00:00
Bruno Fontes
ab9a092193
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.
2 lines
183 B
Bash
Executable File
2 lines
183 B
Bash
Executable File
adb backup -apk -shared -all -f /run/media/bruno/Multimedia/My\ Backups/android_backup.ab && kdialog --title "Android Backup Complete" --msgbox "Android Backup finished successfully"
|