diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/idevicebackup2.1 | 20 |
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 |
| 15 | target specific device by its 40-digit device UDID. | 15 | target specific device by its 40-digit device UDID. |
| 16 | .TP | ||
| 17 | .B \-s, \-\-source UDID | ||
| 18 | use backup data from device specified by UDID. | ||
| 19 | .TP | ||
| 20 | .B \-i, \-\-interactive | ||
| 21 | request passwords interactively on the command line. | ||
| 16 | .TP | 22 | .TP |
| 17 | .B \-d, \-\-debug | 23 | .B \-d, \-\-debug |
| 18 | enable communication debugging. | 24 | enable communication debugging. |
| @@ -40,15 +46,23 @@ create a copy of backup folder before restoring. | |||
| 40 | .B \t\-\-settings | 46 | .B \t\-\-settings |
| 41 | restore device settings from the backup. | 47 | restore device settings from the backup. |
| 42 | .TP | 48 | .TP |
| 49 | .B \t\-\-remove | ||
| 50 | remove items which are not being restored. | ||
| 51 | .TP | ||
| 52 | .B \t\-\-password PWD | ||
| 53 | supply the password of the source backup. | ||
| 54 | .TP | ||
| 43 | .B info | 55 | .B info |
| 44 | show details about last completed backup of device. | 56 | show details about last completed backup of device. |
| 45 | .TP | 57 | .TP |
| 46 | .B list | 58 | .B list |
| 47 | list files of last completed backup in CSV format. | 59 | list files of last completed backup in CSV format. |
| 48 | .TP | 60 | .TP |
| 49 | .B unback | 61 | .B encryption on|off [PWD] |
| 50 | unpack a completed backup in DIRECTORY/_unback_/. | 62 | enable or disable backup encryption. |
| 51 | 63 | .TP | |
| 64 | .B changepw [OLD NEW] | ||
| 65 | change backup password on target device. | ||
| 52 | .SH AUTHORS | 66 | .SH AUTHORS |
| 53 | Martin Szulecki | 67 | Martin Szulecki |
| 54 | 68 | ||
