summaryrefslogtreecommitdiffstats
path: root/docs/idevicebackup2.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/idevicebackup2.1')
-rw-r--r--docs/idevicebackup2.118
1 files changed, 15 insertions, 3 deletions
diff --git a/docs/idevicebackup2.1 b/docs/idevicebackup2.1
index ba5ef53..74d1c68 100644
--- a/docs/idevicebackup2.1
+++ b/docs/idevicebackup2.1
@@ -62,7 +62,9 @@ remove items which are not being restored.
62do not trigger re-installation of apps after restore. 62do not trigger re-installation of apps after restore.
63.TP 63.TP
64.B \t\-\-password PWD 64.B \t\-\-password PWD
65supply the password of the source backup. 65supply the password for the encrypted source backup. If omitted, the password
66will be requested in interactive mode (\f[B]\-i\f[]), or it can be passed using
67the environment variable \f[B]BACKUP_PASSWORD\f[].
66.TP 68.TP
67.B info 69.B info
68show details about last completed backup of device. 70show details about last completed backup of device.
@@ -74,13 +76,23 @@ list files of last completed backup in CSV format.
74unpack a completed backup in DIRECTORY/_unback_/ 76unpack a completed backup in DIRECTORY/_unback_/
75.TP 77.TP
76.B encryption on|off [PWD] 78.B encryption on|off [PWD]
77enable or disable backup encryption. 79enable or disable backup encryption. The password will be requested in
80interactive mode (\f[B]\-i\f[]) if omitted, or it can be passed using the
81environment variable \f[B]BACKUP_PASSWORD\f[].
78.TP 82.TP
79.B changepw [OLD NEW] 83.B changepw [OLD NEW]
80change backup password on target device. 84change backup password on target device. The passwords will be requested in
85interactive mode (\f[B]\-i\f[]) if omitted, or they can be passed using the
86environment variables \f[B]BACKUP_PASSWORD\f[] (old password) and
87\f[B]BACKUP_PASSWORD_NEW\f[] (new password) respectively.
81.TP 88.TP
82.B cloud on|off 89.B cloud on|off
83enable or disable cloud use (requires iCloud account). 90enable or disable cloud use (requires iCloud account).
91.SH SECURITY CONSIDERATIONS
92Passing passwords on the command line is not advised, since it might reveal
93the backup password to other users via process list or command line history.
94Use interactive mode (\f[B]\-i\f[]) or pass them via environment variable(s)
95as mentioned in the description of the respective commands above.
84.SH AUTHORS 96.SH AUTHORS
85Martin Szulecki 97Martin Szulecki
86 98