Linux: Simple Arch Linux Backup Script

To create regular backups of my important Konfigurationserzeichnisse I created a little backup script. It is very simple, but does the job. Currently the script has the following functionality: Copy the configuration folders and files i…

Read more Linux: Simple Arch Linux Backup Script

Android: Create a backup using adb shell

need to create a backup on the Android tools the adb shell to start. If the connection was successful, is a backup created with the following command: adb backup -apk -shared -all And to restore the backup: adb restore backup.a…

Read more Android: Create a backup using adb shell