open-android-backup
open-android-backup copied to clipboard
Back up your device without vendor lock-ins, using insecure software or root. Supports encryption and compression out of the box. Works cross-platform.
Heya mrrfv, I'm having some troubles/bugs with the #Export contacts part of the script have been trying to fix it myself but I'm kind of struggling. would love to provide...
Hi I have several devices I am trying to recover and neither of them show up in the device list
I think `linux-android-backup` doesn't reflect the project very well, as the script works on all major operating systems (Linux, macOS and Windows via WSL), but I can't think of any...
Lots of errors are shown, and the script doesn't handle them and just keeps going. ```sh-session $ git clone https://github.com/mrrfv/linux-android-backup Cloning into 'linux-android-backup'... remote: Enumerating objects: 283, done. remote: Counting...
Storing `backup-tmp` in the current working directory is not ideal if the phone is backed up to e.g. an external drive due to storage space constraints.
Why did you decide to use maximum compression for 7 Zip? It takes very long and is not really neccessary for a phone backup in my opinion because they usually...
The title basically is self-explanatory. Might be a simple wlan_pw.txt or smth more useful.
## Device info Manufacturer: Google Android version: Android 13 Custom ROM/rooted? No Model: Pixel 6 Pro ## System info Available disk space: ~275 GB Operating system: Arch Linux 5.19.13-zen1-1-zen ---...
shellcheck is a neat tool to help improve the security and stability of shell scripts. I tried running it and it proposed these fixes to the backup script. shellcheck -f...