summaryrefslogtreecommitdiffstats
path: root/docs/idevicebackup.1
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-03-13 19:49:52 +0100
committerGravatar Martin Szulecki2010-03-13 19:49:52 +0100
commitc25847a1f2628b5d769814dd42b2c7d501c322e6 (patch)
tree29cafbd829e79e0b89eed1027f7138c3987af6b6 /docs/idevicebackup.1
parentc01f740e26a5c0ac2aa13200cacd50890f125c06 (diff)
downloadlibimobiledevice-c25847a1f2628b5d769814dd42b2c7d501c322e6.tar.gz
libimobiledevice-c25847a1f2628b5d769814dd42b2c7d501c322e6.tar.bz2
Add man pages for tools
Diffstat (limited to 'docs/idevicebackup.1')
-rw-r--r--docs/idevicebackup.136
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 @@
+.TH "idevicebackup" 1
+.SH NAME
+idevicebackup \- Create or restore backup for iPhone/iPod Touch devices.
+.SH SYNOPSIS
+.B idevicebackup
+[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
+saves a device backup into DIRECTORY.
+.TP
+.B restore
+restores a device backup from DIRECTORY.
+
+.SH AUTHORS
+Martin Szulecki
+
+Nikias Bassen
+
+Man page written to conform with Debian by Julien Lavergne.