summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/idevicebackup2.120
1 files changed, 17 insertions, 3 deletions
diff --git a/docs/idevicebackup2.1 b/docs/idevicebackup2.1
index 8699206..4b251b4 100644
--- a/docs/idevicebackup2.1
+++ b/docs/idevicebackup2.1
@@ -13,6 +13,12 @@ Create or restore backup from the current or specified directory.
13.TP 13.TP
14.B \-u, \-\-udid UDID 14.B \-u, \-\-udid UDID
15target specific device by its 40-digit device UDID. 15target specific device by its 40-digit device UDID.
16.TP
17.B \-s, \-\-source UDID
18use backup data from device specified by UDID.
19.TP
20.B \-i, \-\-interactive
21request passwords interactively on the command line.
16.TP 22.TP
17.B \-d, \-\-debug 23.B \-d, \-\-debug
18enable communication debugging. 24enable communication debugging.
@@ -40,15 +46,23 @@ create a copy of backup folder before restoring.
40.B \t\-\-settings 46.B \t\-\-settings
41restore device settings from the backup. 47restore device settings from the backup.
42.TP 48.TP
49.B \t\-\-remove
50remove items which are not being restored.
51.TP
52.B \t\-\-password PWD
53supply the password of the source backup.
54.TP
43.B info 55.B info
44show details about last completed backup of device. 56show details about last completed backup of device.
45.TP 57.TP
46.B list 58.B list
47list files of last completed backup in CSV format. 59list files of last completed backup in CSV format.
48.TP 60.TP
49.B unback 61.B encryption on|off [PWD]
50unpack a completed backup in DIRECTORY/_unback_/. 62enable or disable backup encryption.
51 63.TP
64.B changepw [OLD NEW]
65change backup password on target device.
52.SH AUTHORS 66.SH AUTHORS
53Martin Szulecki 67Martin Szulecki
54 68