Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3fde90e5 authored by F Wildermuth's avatar F Wildermuth Committed by Weblate
Browse files

Translated using Weblate (German)

Currently translated at 86.9% (20 of 23 strings)

Translation: /e/ support center/Pages/Backup-And-Restore-With-Twrp
Translate-URL: https://i18n.e.foundation/projects/e-support-center/pagesbackup-and-restore-with-twrp/de/
parent 4e359088
Loading
Loading
Loading
Loading
+17 −11
Original line number Diff line number Diff line
@@ -10,11 +10,13 @@ Check for the `TWRP` build for your device on [this page](https://twrp.me/Device
TWRP makes `nandroid` backups, which are near-complete images of your system.
- You use nandroid backups to restore your phone to exactly the state it was in when you backed up: the version of Android, your wallpaper, your home screen, right down to which text messages you had left unread.

{% include alerts/tip.html content="Ensure you copy the backup on to an external storage device. Do not make the backup on the same device as in some cases the devices are completely formatted and this will wipe out your backup. "%}

## Flash TWRP on your device

Für diese Anleitung gehen wir davon aus, dass TWRP schon auf deinem Gerät installiert ist. Wenn nicht, lies dir [diese Anleitung](install-twrp) durch.
For this document we will assume you have TWRP on your device. If not please refer [this document](install-twrp)

## Making a `nandroid` backup of your device
## Mache eine `nandroid`-Sicherung deines Geräts

- Boot into TWRP recovery
  To get in the recovery the Key combination may be different for each device. Refer the section on the particular [device info pages]({% tl devices %})  for boot modes
@@ -22,7 +24,7 @@ Für diese Anleitung gehen wir davon aus, dass TWRP schon auf deinem Gerät inst

  `Power` and `Volume Down` buttons simultaneously then use the volume keys to boot into `Recovery Mode`

- Once your device has rebooted, it should be in the TWRP main screen as shown below
- Sobald dein Gerät neu gestartet wurde, sollte – wie unten gezeigt – der TWRP-Hauptbildschirm angezeigt werden

![](/images/TWRP_Backup.png)
- In the next screen Tap the `Name` bar at the top to give the backup a recognizable name.
@@ -30,6 +32,9 @@ Für diese Anleitung gehen wir davon aus, dass TWRP schon auf deinem Gerät inst
  > Backups are fairly large, so if you get an error about there not being enough space, you may have to delete some things on your internal storage or SD card before continuing

![](/images/TWRP_Backup1.png)
- Tippe im nächsten Bildschirm oben die `Name`-Leiste, um deiner Sicherung einen wiedererkennbaren Namen zu geben.
- Hake die Boot-, System- und Daten-Kästchen ab und wische Leiste entlang des unteren Randes, um die Sicherung zu starten.
  > Sicherungen sind ziemlich groß; wenn du also eine Fehlermeldung über nicht ausreichenden Speicherplatz bekommst, musst du gegebenenfalls einige Dateien vom internen Speicher oder der SD-Karte löschen, bevor du fortfahren kannst

- The backup will take a few minutes to complete, so be patient.
- Once it is finished, you can tap `Back` to go back to TWRP’s main menu
@@ -39,18 +44,19 @@ Für diese Anleitung gehen wir davon aus, dass TWRP schon auf deinem Gerät inst

- Boot back into TWRP, and tap the `Restore` button on the home screen

![](/images/TWRP_Restore.png)
-Starte erneut in TWRP und tippe auf die `Wiederherstellen`-Schaltfläche auf dem Startbildschirm

- TWRP wird eine Liste vorausgegangener Sicherungen anzeigen
- Tippe auf die gewünschte Sicherung, und dann wirst du folgende Anzeige sehen:
- TWRP will show you a list of your previous backups
- Tap the one you want and it will show you the following screen.

![](/images/TWRP_Restore1.png)
- TWRP zeigt dir eine Liste deiner bisherigen Sicherungen
- Tippe die Sicherung deiner Wahl an, und dir wird folgender Bildschirm angezeigt.

- Bitte hake alle Kästchen ab, und wische die untere Schaltfläche nach rechts, um die Wiederherstellung zu starten.
- Make sure all the boxes are checked and swipe the bar to restore.

![](/images/TWRP_Recovery2.png)
- Stelle sicher, dass alle Kästchen abgehakt sind, und wische die Leiste zum Wiederherstellen.

- Die Wiederherstellung wird einige Minuten dauern. Wenn sie abgeschlossen ist, kannst du dein Gerät nach Android neustarten.
- The restore will take a few minutes, but when it’s finished, you can reboot your phone back into Android.

## Empfohlene Lektüre
[Was soll ich mit TWRP sichern?](https://twrp.me/faq/whattobackup.html)
[Was sollte ich in TWRP sichern?](https://twrp.me/faq/whattobackup.html)