← 返回命令列表

Linux command

idevicebackup 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Create backup

idevicebackup backup [backup-dir]

Restore from backup

idevicebackup restore [backup-dir]

Backup specific device

idevicebackup -u [device-udid] backup [backup-dir]

说明

idevicebackup creates and restores backups of iOS devices. Part of the libimobiledevice suite. Works with older iOS versions. For iOS 4 and later, use idevicebackup2 instead.

参数

-u _udid_
Target specific device.
-n
Connect over network.
-d
Enable debug output.

FAQ

What is the idevicebackup command used for?

idevicebackup creates and restores backups of iOS devices. Part of the libimobiledevice suite. Works with older iOS versions. For iOS 4 and later, use idevicebackup2 instead.

How do I run a basic idevicebackup example?

Run `idevicebackup backup [backup-dir]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -u _udid_ do in idevicebackup?

Target specific device.