mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 21:20:50 +00:00
Fixing the file path
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.
This commit is contained in:
parent
f06d59da1f
commit
ab9a092193
@ -1 +1 @@
|
||||
adb backup -apk -shared -all -f /home/bruno/Documents/Dropbox/Backups/android_backup.ab && kdialog --title "Android Backup Complete" --msgbox "Android Backup finished successfully"
|
||||
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"
|
||||
|
@ -1 +1 @@
|
||||
adb restore /home/bruno/Documents/Dropbox/Backups/android_backup.ab && kdialog --title "Android Restore Complete" --msgbox "Android Restore finished successfully"
|
||||
adb restore /run/media/bruno/Multimedia/My\ Backups/android_backup.ab && kdialog --title "Android Restore Complete" --msgbox "Android Restore finished successfully"
|
||||
|
Loading…
Reference in New Issue
Block a user