SkillAgentSearch skills...

Mib

A backup tool based on Node.js and ADB development, according to your configuration will automatically migrate data files on mobile devices to the computer backup, support incremental backup

Install / Use

/learn @QC2168/Mib
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MIB

A backup tool (GUI) developed based on electron + react + typescript. It automatically migrates and backs up data files from mobile devices to the computer according to your configuration, supporting incremental backups.

Home

English | 中文文档

🌈 Features

  • [x] Backup data via USB connection
  • [x] Backup data via wireless connection
  • [x] Incremental backup
  • [x] Multi-device backup selection
  • [x] Full backup for a single node
  • [x] Selective backup for a single node
  • [x] Theme switching
  • [x] Analysis of backed-up data types

🚀 How to Enable ADB Mode

Enable ADB Debugging on the device

🌊 How to Use Wireless Connection

Connect to the device via Wi-Fi (Android 10 and lower)

Connect to the device via Wi-Fi (Android 11 and higher)

📁 MIB Configuration File .mibrc

The default configuration file is stored in the user's directory.

The current version supports editing within the software, eliminating the need to manually modify the configuration file.

{
    "backups": [
        {
            "path": "/sdcard/DCIM/Camera/",
            "comment": "Local photo album"
        },
        {
            "path": "/sdcard/DCIM/Screenshots/",
            "comment": "Screenshots"
        },
        {
            "path": "/sdcard/MIUI/sound_recorder/",
            "comment": "Voice recordings"
        },
        {
            "path": "/sdcard/MIUI/sound_recorder/app_rec/",
            "comment": "App recordings"
        },
        {
            "path": "/sdcard/MIUI/sound_recorder/call_rec/",
            "comment": "Call recordings"
        }
        // Add more backup nodes
    ],
  // Recommended to use absolute paths
  "output": "E:/files",
  // Read scan ignore file and folder names
  "ignoreFileList": []
}

🧱 Node Options

| Property | Type | Description | Required | | -------- | ------- | --------------------- | -------- | | path | String | Device backup path | Y | | comment | String | Node description | Y | | full | Boolean | Full backup for node | N | | output | Boolean | Specify export path for the current node | N |

View on GitHub
GitHub Stars231
CategoryDevelopment
Updated5d ago
Forks9

Languages

TypeScript

Security Score

100/100

Audited on Mar 24, 2026

No findings