Skip to content
/ mib Public

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

License

Notifications You must be signed in to change notification settings

QC2168/mib

Repository files navigation

MIB

一款基于electron+react+typescript的开发的备份工具(GUI),根据你的配置自动将移动设备上的数据文件迁移备份至电脑上,支持增量备份。

Home

🌈 功能

  • USB连接备份数据
  • 无线连接备份数据
  • 增量备份
  • 多设备备份选择
  • 单节点全量备份
  • 单节点选择备份
  • 主题切换
  • 已备份数据类型分析

🚀 如何开启adb模式

在设备上启用 adb 调试

🌊 如何使用无线连接

通过 Wi-Fi 连接到设备(Android 10 及更低版本)

通过 Wi-Fi 连接到设备(Android 11 及更高版本)

📁 MIB 配置文件 .mibrc

默认配置文件存放在用户目录下

当前版本已支持在软件内部编辑,无需手动改动配置文件

{
    "backups": [
        {
            "path": "/sdcard/DCIM/Camera/",
            "comment": "本地相册"
        },
        {
            "path": "/sdcard/DCIM/Screenshots/",
            "comment": "屏幕截屏"
        },
        {
            "path": "/sdcard/MIUI/sound_recorder/",
            "comment": "录音"
        },
        {
            "path": "/sdcard/MIUI/sound_recorder/app_rec/",
            "comment": "应用录音"
        },
        {
            "path": "/sdcard/MIUI/sound_recorder/call_rec/",
            "comment": "通话录音"
        }
        // 添加更多的备份节点
    ],
  // 推荐使用绝对路径
  "output": "E:/files",
  // 读取扫描忽略文件、文件夹名称
  "ignoreFileList": []
}

🧱 节点选项

属性 类型 描述 是否必选
path String 设备备份路径
comment String 节点说明
full Boolean 当前节点全量备份
output Boolean 指定当前节点导出路径

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published