You've already forked libimobiledevice
mirror of
https://github.com/encounter/libimobiledevice.git
synced 2026-03-30 11:18:43 -07:00
40 lines
691 B
Groff
40 lines
691 B
Groff
.TH "idevicebackup" 1
|
|
.SH NAME
|
|
idevicebackup \- Create or restore backup for devices.
|
|
.SH SYNOPSIS
|
|
.B idevicebackup
|
|
[OPTIONS] CMD [DIRECTORY]
|
|
|
|
.SH DESCRIPTION
|
|
|
|
Create or restore backup from the current or specified directory.
|
|
|
|
.SH OPTIONS
|
|
.TP
|
|
.B \-u, \-\-udid UDID
|
|
target specific device by its 40-digit device UDID.
|
|
.TP
|
|
.B \-d, \-\-debug
|
|
enable communication debugging.
|
|
.TP
|
|
.B \-h, \-\-help
|
|
prints usage information.
|
|
|
|
.SH COMMANDS
|
|
.TP
|
|
.B backup
|
|
saves a device backup into DIRECTORY.
|
|
.TP
|
|
.B restore
|
|
restores a device backup from DIRECTORY.
|
|
|
|
.SH AUTHORS
|
|
Martin Szulecki
|
|
|
|
Nikias Bassen
|
|
|
|
Man page written to conform with Debian by Julien Lavergne.
|
|
|
|
.SH ON THE WEB
|
|
http://libimobiledevice.org
|