diff options
| author | 2011-04-26 23:43:10 +0200 | |
|---|---|---|
| committer | 2011-04-26 23:43:10 +0200 | |
| commit | caca63af9b0e78eb302ec290b7cbebed7afb2589 (patch) | |
| tree | 689b65aba542c4ea84c1215d933fc6bda03e15ec /docs/idevicebackup2.1 | |
| parent | 5f26a44c688d7009ef11bb4da14adc760df6e143 (diff) | |
| download | libimobiledevice-caca63af9b0e78eb302ec290b7cbebed7afb2589.tar.gz libimobiledevice-caca63af9b0e78eb302ec290b7cbebed7afb2589.tar.bz2 | |
idevicebackup2: Add manpage for tool
Diffstat (limited to 'docs/idevicebackup2.1')
| -rw-r--r-- | docs/idevicebackup2.1 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/idevicebackup2.1 b/docs/idevicebackup2.1 new file mode 100644 index 0000000..d21bef5 --- /dev/null +++ b/docs/idevicebackup2.1 | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | .TH "idevicebackup2" 1 | ||
| 2 | .SH NAME | ||
| 3 | idevicebackup2 \- Create or restore backup for iDevices running iOS4+. | ||
| 4 | .SH SYNOPSIS | ||
| 5 | .B idevicebackup2 | ||
| 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 | create backup for the device. | ||
| 27 | .TP | ||
| 28 | .B restore | ||
| 29 | restore last backup to the device. | ||
| 30 | .TP | ||
| 31 | .B info | ||
| 32 | show details about last completed backup of device. | ||
| 33 | .TP | ||
| 34 | .B list | ||
| 35 | list files of last completed backup in CSV format. | ||
| 36 | |||
| 37 | .SH AUTHORS | ||
| 38 | Martin Szulecki | ||
| 39 | |||
| 40 | Nikias Bassen | ||
