summaryrefslogtreecommitdiffstats
path: root/docs/idevicebackup2.1
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/idevicebackup2.1
parent5f26a44c688d7009ef11bb4da14adc760df6e143 (diff)
downloadlibimobiledevice-caca63af9b0e78eb302ec290b7cbebed7afb2589.tar.gz
libimobiledevice-caca63af9b0e78eb302ec290b7cbebed7afb2589.tar.bz2
idevicebackup2: Add manpage for tool
Diffstat (limited to 'docs/idevicebackup2.1')
-rw-r--r--docs/idevicebackup2.140
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 @@
+.TH "idevicebackup2" 1
+.SH NAME
+idevicebackup2 \- Create or restore backup for iDevices running iOS4+.
+.SH SYNOPSIS
+.B idevicebackup2
+[OPTIONS] CMD DIRECTORY
+
+.SH DESCRIPTION
+
+Create or restore backup from the current or specified directory.
+
+.SH OPTIONS
+.TP
+.B \-u, \-\-uuid UUID
+target specific device by its 40-digit device UUID.
+.TP
+.B \-d, \-\-debug
+enable communication debugging.
+.TP
+.B \-h, \-\-help
+prints usage information.
+
+.SH COMMANDS
+.TP
+.B backup
+create backup for the device.
+.TP
+.B restore
+restore last backup to the device.
+.TP
+.B info
+show details about last completed backup of device.
+.TP
+.B list
+list files of last completed backup in CSV format.
+
+.SH AUTHORS
+Martin Szulecki
+
+Nikias Bassen