From 56356ec7796156dccdb6abbf94cb7700000de10a Mon Sep 17 00:00:00 2001 From: LukeeGD <26163116+LukeZGD@users.noreply.github.com> Date: Sat, 15 Jun 2024 19:00:28 +0800 Subject: [PATCH] Created Data Management (markdown) --- Data-Management.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Data-Management.md diff --git a/Data-Management.md b/Data-Management.md new file mode 100644 index 0000000..bb6cf84 --- /dev/null +++ b/Data-Management.md @@ -0,0 +1,15 @@ +**Data Management** is an option in Legacy iOS Kit where users can do the following: + +- Backup: Create a backup of the device using idevicebackup2 +- Restore: Restore backups created using idevicebackup2 +- Mount Device: Mount the device using ifuse (this gives access to /var/mobile/Media) +- Mount Device (Raw File System): Mount the root of the device using ifuse (this gives access to /) +- Unmount Device: Unmounts the device if it is currently mounted +- Erase All Content and Settings: Erases all data of the device and resets it to factory settings (iOS 9+ only) + +### Notes +- For "Raw File System" your device must be jailbroken and have AFC2 + - For most jailbreaks, install "Apple File Conduit 2" in Cydia/Zebra/Sileo +- Limited support for backups. Better use iCloud Backups instead +- Note 4: Backups do not include apps. Only some app data and settings + - For dumping apps, go to: https://www.reddit.com/r/LegacyJailbreak/wiki/guides/crackingapps \ No newline at end of file