mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 22:30: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
165 B
Bash
Executable File
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"
|