diff options
Diffstat (limited to 'docs')
-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 |