blob: 3a40f5fd9156973a56fa84a87836ee32d38979af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
.TH "idevicebackup" 1
.SH NAME
idevicebackup \- Create or restore backup for devices.
.SH SYNOPSIS
.B idevicebackup
[OPTIONS] CMD [DIRECTORY]
.SH DESCRIPTION
Create or restore backup from the current or specified directory.
\f[B]NOTE\f[]: This tool is outdated. See idevicebackup2(1) for an updated tool.
.SH OPTIONS
.TP
.B \-u, \-\-udid UDID
target specific device by UDID.
.TP
.B \-n, \-\-network
connect to network device.
.TP
.B \-d, \-\-debug
enable communication debugging.
.TP
.B \-h, \-\-help
prints usage information.
.TP
.B \-v, \-\-version
prints version 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.
.SH SEE ALSO
idevicebackup2(1)
.SH ON THE WEB
https://libimobiledevice.org
https://github.com/libimobiledevice/libimobiledevice
|