diff options
| -rw-r--r-- | docs/Makefile.am | 2 | ||||
| -rw-r--r-- | docs/idevicebackup2.1 | 40 |
2 files changed, 41 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 69ddb58..d15ba09 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | man_MANS = idevice_id.1 ideviceinfo.1 idevicesyslog.1 idevicebackup.1 ideviceimagemounter.1 idevicescreenshot.1 idevicepair.1 ideviceenterrecovery.1 idevicedate.1 | 1 | man_MANS = idevice_id.1 ideviceinfo.1 idevicesyslog.1 idevicebackup.1 idevicebackup2.1 ideviceimagemounter.1 idevicescreenshot.1 idevicepair.1 ideviceenterrecovery.1 idevicedate.1 |
| 2 | 2 | ||
| 3 | EXTRA_DIST = $(man_MANS) | 3 | EXTRA_DIST = $(man_MANS) |
| 4 | 4 | ||
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 | ||
