summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-03-19 17:14:25 +0100
committerGravatar Martin Szulecki2013-03-19 17:14:25 +0100
commit092ebd39e026173d23df027aa82d1d904b3bf475 (patch)
treebcf4aacff048f56bd644bec137238d77b4d8768a /docs
parent2dfecc2ffb06407e4577fe5224952f5a130cdcae (diff)
downloadlibimobiledevice-092ebd39e026173d23df027aa82d1d904b3bf475.tar.gz
libimobiledevice-092ebd39e026173d23df027aa82d1d904b3bf475.tar.bz2
docs: Update manpage for idevicebackup2
Diffstat (limited to 'docs')
-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.
.TP
.B \-u, \-\-udid UDID
target specific device by its 40-digit device UDID.
+.TP
+.B \-s, \-\-source UDID
+use backup data from device specified by UDID.
+.TP
+.B \-i, \-\-interactive
+request passwords interactively on the command line.
.TP
.B \-d, \-\-debug
enable communication debugging.
@@ -40,15 +46,23 @@ create a copy of backup folder before restoring.
.B \t\-\-settings
restore device settings from the backup.
.TP
+.B \t\-\-remove
+remove items which are not being restored.
+.TP
+.B \t\-\-password PWD
+supply the password of the source backup.
+.TP
.B info
show details about last completed backup of device.
.TP
.B list
list files of last completed backup in CSV format.
.TP
-.B unback
-unpack a completed backup in DIRECTORY/_unback_/.
-
+.B encryption on|off [PWD]
+enable or disable backup encryption.
+.TP
+.B changepw [OLD NEW]
+change backup password on target device.
.SH AUTHORS
Martin Szulecki