From caca63af9b0e78eb302ec290b7cbebed7afb2589 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 26 Apr 2011 23:43:10 +0200 Subject: idevicebackup2: Add manpage for tool --- docs/idevicebackup2.1 | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 docs/idevicebackup2.1 (limited to 'docs/idevicebackup2.1') 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 -- cgit v1.1-32-gdbae