diff options
| author | 2010-03-13 19:49:52 +0100 | |
|---|---|---|
| committer | 2010-03-13 19:49:52 +0100 | |
| commit | c25847a1f2628b5d769814dd42b2c7d501c322e6 (patch) | |
| tree | 29cafbd829e79e0b89eed1027f7138c3987af6b6 /docs/idevicebackup.1 | |
| parent | c01f740e26a5c0ac2aa13200cacd50890f125c06 (diff) | |
| download | libimobiledevice-c25847a1f2628b5d769814dd42b2c7d501c322e6.tar.gz libimobiledevice-c25847a1f2628b5d769814dd42b2c7d501c322e6.tar.bz2 | |
Add man pages for tools
Diffstat (limited to 'docs/idevicebackup.1')
| -rw-r--r-- | docs/idevicebackup.1 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/idevicebackup.1 b/docs/idevicebackup.1 new file mode 100644 index 0000000..5ae867e --- /dev/null +++ b/docs/idevicebackup.1 | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | .TH "idevicebackup" 1 | ||
| 2 | .SH NAME | ||
| 3 | idevicebackup \- Create or restore backup for iPhone/iPod Touch devices. | ||
| 4 | .SH SYNOPSIS | ||
| 5 | .B idevicebackup | ||
| 6 | [OPTIONS] CMD [DIRECTORY] | ||
| 7 | |||
| 8 | .SH DESCRIPTION | ||
| 9 | |||
| 10 | Create or restore backup from the current or specified directory. | ||
| 11 | |||
| 12 | .SH OPTIONS | ||
| 13 | .TP | ||
| 14 | .B \-u, \-\-uuid UUID | ||
| 15 | target specific device by its 40-digit device UUID. | ||
| 16 | .TP | ||
| 17 | .B \-d, \-\-debug | ||
| 18 | enable communication debugging. | ||
| 19 | .TP | ||
| 20 | .B \-h, \-\-help | ||
| 21 | prints usage information. | ||
| 22 | |||
| 23 | .SH COMMANDS | ||
| 24 | .TP | ||
| 25 | .B backup | ||
| 26 | saves a device backup into DIRECTORY. | ||
| 27 | .TP | ||
| 28 | .B restore | ||
| 29 | restores a device backup from DIRECTORY. | ||
| 30 | |||
| 31 | .SH AUTHORS | ||
| 32 | Martin Szulecki | ||
| 33 | |||
| 34 | Nikias Bassen | ||
| 35 | |||
| 36 | Man page written to conform with Debian by Julien Lavergne. | ||
