LinuxCommandLibrary

idevicebackup

creates and restores backups of iOS devices

TLDR

Create backup

$ idevicebackup backup [backup-dir]
copy
Restore from backup
$ idevicebackup restore [backup-dir]
copy
Backup specific device
$ idevicebackup -u [device-udid] backup [backup-dir]
copy

SYNOPSIS

idevicebackup [options] command directory

DESCRIPTION

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.

PARAMETERS

-u udid

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

SUBCOMMANDS

backup

Create device backup.
restore
Restore from backup.

CAVEATS

Deprecated for newer iOS versions. Use idevicebackup2 for iOS 4+.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community