diff options
Diffstat (limited to 'docs/idevicebackup.1')
-rw-r--r-- | docs/idevicebackup.1 | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/docs/idevicebackup.1 b/docs/idevicebackup.1 index 5ae867e..6f2a8f9 100644 --- a/docs/idevicebackup.1 +++ b/docs/idevicebackup.1 | |||
@@ -1,24 +1,32 @@ | |||
1 | .TH "idevicebackup" 1 | 1 | .TH "idevicebackup" 1 |
2 | .SH NAME | 2 | .SH NAME |
3 | idevicebackup \- Create or restore backup for iPhone/iPod Touch devices. | 3 | idevicebackup \- Create or restore backup for devices. |
4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
5 | .B idevicebackup | 5 | .B idevicebackup |
6 | [OPTIONS] CMD [DIRECTORY] | 6 | [OPTIONS] CMD [DIRECTORY] |
7 | 7 | ||
8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
9 | 9 | ||
10 | Create or restore backup from the current or specified directory. | 10 | Create or restore backup in/from the specified directory. |
11 | |||
12 | \f[B]NOTE\f[]: This tool is outdated. See idevicebackup2(1) for an updated tool. | ||
11 | 13 | ||
12 | .SH OPTIONS | 14 | .SH OPTIONS |
13 | .TP | 15 | .TP |
14 | .B \-u, \-\-uuid UUID | 16 | .B \-u, \-\-udid UDID |
15 | target specific device by its 40-digit device UUID. | 17 | target specific device by UDID. |
16 | .TP | 18 | .TP |
19 | .B \-n, \-\-network | ||
20 | connect to network device. | ||
21 | .TP | ||
17 | .B \-d, \-\-debug | 22 | .B \-d, \-\-debug |
18 | enable communication debugging. | 23 | enable communication debugging. |
19 | .TP | 24 | .TP |
20 | .B \-h, \-\-help | 25 | .B \-h, \-\-help |
21 | prints usage information. | 26 | prints usage information. |
27 | .TP | ||
28 | .B \-v, \-\-version | ||
29 | prints version information. | ||
22 | 30 | ||
23 | .SH COMMANDS | 31 | .SH COMMANDS |
24 | .TP | 32 | .TP |
@@ -34,3 +42,11 @@ Martin Szulecki | |||
34 | Nikias Bassen | 42 | Nikias Bassen |
35 | 43 | ||
36 | Man page written to conform with Debian by Julien Lavergne. | 44 | Man page written to conform with Debian by Julien Lavergne. |
45 | |||
46 | .SH SEE ALSO | ||
47 | idevicebackup2(1) | ||
48 | |||
49 | .SH ON THE WEB | ||
50 | https://libimobiledevice.org | ||
51 | |||
52 | https://github.com/libimobiledevice/libimobiledevice | ||