summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2011-04-26 23:43:10 +0200
committerGravatar Martin Szulecki2011-04-26 23:43:10 +0200
commitcaca63af9b0e78eb302ec290b7cbebed7afb2589 (patch)
tree689b65aba542c4ea84c1215d933fc6bda03e15ec /docs
parent5f26a44c688d7009ef11bb4da14adc760df6e143 (diff)
downloadlibimobiledevice-caca63af9b0e78eb302ec290b7cbebed7afb2589.tar.gz
libimobiledevice-caca63af9b0e78eb302ec290b7cbebed7afb2589.tar.bz2
idevicebackup2: Add manpage for tool
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am2
-rw-r--r--docs/idevicebackup2.140
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 @@
1man_MANS = idevice_id.1 ideviceinfo.1 idevicesyslog.1 idevicebackup.1 ideviceimagemounter.1 idevicescreenshot.1 idevicepair.1 ideviceenterrecovery.1 idevicedate.1 1man_MANS = idevice_id.1 ideviceinfo.1 idevicesyslog.1 idevicebackup.1 idevicebackup2.1 ideviceimagemounter.1 idevicescreenshot.1 idevicepair.1 ideviceenterrecovery.1 idevicedate.1
2 2
3EXTRA_DIST = $(man_MANS) 3EXTRA_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
3idevicebackup2 \- Create or restore backup for iDevices running iOS4+.
4.SH SYNOPSIS
5.B idevicebackup2
6[OPTIONS] CMD DIRECTORY
7
8.SH DESCRIPTION
9
10Create or restore backup from the current or specified directory.
11
12.SH OPTIONS
13.TP
14.B \-u, \-\-uuid UUID
15target specific device by its 40-digit device UUID.
16.TP
17.B \-d, \-\-debug
18enable communication debugging.
19.TP
20.B \-h, \-\-help
21prints usage information.
22
23.SH COMMANDS
24.TP
25.B backup
26create backup for the device.
27.TP
28.B restore
29restore last backup to the device.
30.TP
31.B info
32show details about last completed backup of device.
33.TP
34.B list
35list files of last completed backup in CSV format.
36
37.SH AUTHORS
38Martin Szulecki
39
40Nikias Bassen