~ubuntu-branches/ubuntu/trusty/libimobiledevice/trusty

« back to all changes in this revision

Viewing changes to docs/idevicebackup2.1

  • Committer: Package Import Robot
  • Author(s): Julien Lavergne
  • Date: 2011-09-16 00:01:44 UTC
  • mfrom: (1.1.8 upstream) (6.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20110916000144-13otcnnzl0rapoly
Tags: 1.1.1-2
* Upload to unstable, most of the API should be stable now.
* debian/patches/
 - 02-add-missing-linking.patch: Refresh
 - 03_ac_pkg_swig_m4_fixed.patch: Fix building python bindings. Thanks
   Sebastian Ramacher for the patch (Closes: #631821).
 - 04_libplist_DSO_linking.patch: Add libplist to LDFLAGS.
* debian/control:
 - Build-depends on dh-autoreconf for 03_ac_pkg_swig_m4_fixed.patch.
 - Add DM-Upload-Allowed: yes
* debian/rules:
 - Run dh --with autoreconf for 03_ac_pkg_swig_m4_fixed.patch.
 - Remove .la files for python bindings also.
 - Remove .a files from python bindings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "idevicebackup2" 1
 
2
.SH NAME
 
3
idevicebackup2 \- Create or restore backup for iDevices running iOS4+.
 
4
.SH SYNOPSIS
 
5
.B idevicebackup2
 
6
[OPTIONS] CMD [CMDOPTIONS] DIRECTORY
 
7
 
 
8
.SH DESCRIPTION
 
9
 
 
10
Create or restore backup from the current or specified directory.
 
11
 
 
12
.SH OPTIONS
 
13
.TP
 
14
.B \-u, \-\-uuid UUID
 
15
target specific device by its 40-digit device UUID.
 
16
.TP 
 
17
.B \-d, \-\-debug
 
18
enable communication debugging.
 
19
.TP 
 
20
.B \-h, \-\-help
 
21
prints usage information.
 
22
 
 
23
.SH COMMANDS
 
24
.TP
 
25
.B backup
 
26
create backup for the device.
 
27
.TP
 
28
.B restore
 
29
restore last backup to the device.
 
30
.TP
 
31
.B \t\-\-system
 
32
restore system files, too.
 
33
.TP
 
34
.BI \t\-\-reboot
 
35
reboot the system when done.
 
36
.TP
 
37
.B \t\-\-copy
 
38
create a copy of backup folder before restoring.
 
39
.TP
 
40
.B \t\-\-settings
 
41
restore device settings from the backup.
 
42
.TP
 
43
.B info
 
44
show details about last completed backup of device.
 
45
.TP
 
46
.B list
 
47
list files of last completed backup in CSV format.
 
48
.TP
 
49
.B unback
 
50
unpack a completed backup in DIRECTORY/_unback_/.
 
51
 
 
52
.SH AUTHORS
 
53
Martin Szulecki
 
54
 
 
55
Nikias Bassen
 
56
 
 
57
.SH SEE ALSO
 
58
idevicebackup(1)