Add backup strategy
This commit is contained in:
parent
2aad6a64bc
commit
481b223240
@ -89,6 +89,14 @@ Tutorial: https://www.youtube.com/watch?v=3pxOeiIBrHI
|
|||||||
| Titanium Backup PRO | | [[https://github.com/machiav3lli/oandbackupx][OAndBackupX]] |
|
| Titanium Backup PRO | | [[https://github.com/machiav3lli/oandbackupx][OAndBackupX]] |
|
||||||
|
|
||||||
* Tutorials
|
* Tutorials
|
||||||
|
** Backup
|
||||||
|
I use =adb backup= to backup the phone ([[https://forum.xda-developers.com/t/guide-full-phone-backup-without-unlock-or-root.1420351/][guide]]).
|
||||||
|
|
||||||
|
Basically, I have to run:
|
||||||
|
#+begin_src bach :eval no
|
||||||
|
adb backup -apk -shared -all -f ~/Cloud/android/backup/backup_$(date +"%Y_%m_%d").ab
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** Connect to the phone by SSH
|
** Connect to the phone by SSH
|
||||||
https://wiki.termux.com/wiki/Bypassing_NAT
|
https://wiki.termux.com/wiki/Bypassing_NAT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user