diff options
Diffstat (limited to 'docs/idevicebackup.1')
-rw-r--r-- | docs/idevicebackup.1 | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/docs/idevicebackup.1 b/docs/idevicebackup.1 index 5ae867e..6f2a8f9 100644 --- a/docs/idevicebackup.1 +++ b/docs/idevicebackup.1 @@ -1,24 +1,32 @@ .TH "idevicebackup" 1 .SH NAME -idevicebackup \- Create or restore backup for iPhone/iPod Touch devices. +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. +Create or restore backup in/from the specified directory. + +\f[B]NOTE\f[]: This tool is outdated. See idevicebackup2(1) for an updated tool. .SH OPTIONS .TP -.B \-u, \-\-uuid UUID -target specific device by its 40-digit device UUID. -.TP +.B \-u, \-\-udid UDID +target specific device by UDID. +.TP +.B \-n, \-\-network +connect to network device. +.TP .B \-d, \-\-debug enable communication debugging. .TP .B \-h, \-\-help prints usage information. +.TP +.B \-v, \-\-version +prints version information. .SH COMMANDS .TP @@ -34,3 +42,11 @@ Martin Szulecki Nikias Bassen Man page written to conform with Debian by Julien Lavergne. + +.SH SEE ALSO +idevicebackup2(1) + +.SH ON THE WEB +https://libimobiledevice.org + +https://github.com/libimobiledevice/libimobiledevice |