Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 890 Bytes

File metadata and controls

46 lines (30 loc) · 890 Bytes

Partition Backup

  • This Utility Allows You To Save Android Device Partition

Requirements

  • Rooted Android Device

Installation

  • Flash Module in KSU/APATCH/MAGISK
  • Reboot Your Device

Usage

  • CLI and WebUI both are supported

-CLI Usage :

Usage: partition [OPTIONS]
Options:
  -b, --backup PARTITIONS     Backup partitions (comma-separated)
  -d, --directory DIR         Backup directory (default: current)
  -l, --list                  List available partitions
  -h, --help                  Show help
  • Example : To backup, boot, vendor and system to internal storage, run
partition -b boot,vendor,system -d /sdcard

Screenshots

  • WebUI

WebUI 1 WebUI 2

  • CLI

CLI