add webdav authored by Roland Alton's avatar Roland Alton
When using a smartphone _without_ Google account, you need to take care of backups yourself.
### WebDav Backup
For data like calendar, contacts or pictures this works nice with a Nextcloud and is built into the [e.foundation](https://e.foundation) operating system.
Use WebDav as connector, as the nextcloud app may have the wrong version. Define a seed and put in your keepass.
### backup with Orangefox ### backup with Orangefox
https://wiki.orangefox.tech/en/guides/backups https://wiki.orangefox.tech/en/guides/backups
...@@ -5,9 +16,9 @@ https://wiki.orangefox.tech/en/guides/backups ...@@ -5,9 +16,9 @@ https://wiki.orangefox.tech/en/guides/backups
remove encryption before backing up data remove encryption before backing up data
### how to backup with Magisk ### how to backup with Magisk and OandBAckupX
When using a smartphone _without_ Google account, you need to take care of backups yourself. For data like calendar, contacts or pictures this works nice with a nextcloud and is even built into the [e.foundation](https://e.foundation) operating system. However, when it comes to migrating all apps from one smartphone to another, then you either install them from scratch or perform a backup and restore. When it comes to migrating all apps from one smartphone to another, then you either install them from scratch or perform a backup and restore with root privileges.
To do so, your phone needs to be unlocked and requires a recovery (TWRP or OrangeFox). You root it with `Magisk`, then you install OAndBackupX and select apps (including all data) you would like to save. To do so, your phone needs to be unlocked and requires a recovery (TWRP or OrangeFox). You root it with `Magisk`, then you install OAndBackupX and select apps (including all data) you would like to save.
...@@ -25,7 +36,7 @@ To do so, your phone needs to be unlocked and requires a recovery (TWRP or Orang ...@@ -25,7 +36,7 @@ To do so, your phone needs to be unlocked and requires a recovery (TWRP or Orang
1. put android internal apps in blacklist 1. put android internal apps in blacklist
1. start saving a backup 1. start saving a backup
### restoring ### restoring with OAndBackupX
Now we can restore all apps and settings to another device. Just perform the same steps as above so that `OAndBackupX` can start with root privileges. Then configure the storage folder (same nextcloud or SD card folder) and wait for a minute or so. Apply filters and restore. Now we can restore all apps and settings to another device. Just perform the same steps as above so that `OAndBackupX` can start with root privileges. Then configure the storage folder (same nextcloud or SD card folder) and wait for a minute or so. Apply filters and restore.
... ...
......