diff options
author | Nikias Bassen | 2020-06-10 00:37:31 +0200 |
---|---|---|
committer | Nikias Bassen | 2020-06-10 00:37:31 +0200 |
commit | 2ae528a42554c5392f5a03319ec4a483d0774ce2 (patch) | |
tree | 7318e0e037d90998c0561e8d5e4d320a3b3390ff | |
parent | bc329984d6513014a4c0da4e11c328faae24775d (diff) | |
download | libimobiledevice-2ae528a42554c5392f5a03319ec4a483d0774ce2.tar.gz libimobiledevice-2ae528a42554c5392f5a03319ec4a483d0774ce2.tar.bz2 |
Update idevicebackup2 man page with all current command line switches
-rw-r--r-- | docs/idevicebackup2.1 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/idevicebackup2.1 b/docs/idevicebackup2.1 index f4e33ee..ba5ef53 100644 --- a/docs/idevicebackup2.1 +++ b/docs/idevicebackup2.1 @@ -37,13 +37,16 @@ prints version information. .B backup create backup for the device. .TP +.B \t\-\-full +force full backup from device. +.TP .B restore restore last backup to the device. .TP .B \t\-\-system restore system files, too. .TP -.BI \t\-\-reboot +.B \t\-\-no\-reboot reboot the system when done. .TP .B \t\-\-copy @@ -55,6 +58,9 @@ restore device settings from the backup. .B \t\-\-remove remove items which are not being restored. .TP +.B \t\-\-skip-apps +do not trigger re-installation of apps after restore. +.TP .B \t\-\-password PWD supply the password of the source backup. .TP @@ -64,11 +70,17 @@ show details about last completed backup of device. .B list list files of last completed backup in CSV format. .TP +.B unback +unpack a completed backup in DIRECTORY/_unback_/ +.TP .B encryption on|off [PWD] enable or disable backup encryption. .TP .B changepw [OLD NEW] change backup password on target device. +.TP +.B cloud on|off +enable or disable cloud use (requires iCloud account). .SH AUTHORS Martin Szulecki |