diff options
| author | 2011-04-28 20:02:26 +0200 | |
|---|---|---|
| committer | 2011-04-28 20:02:26 +0200 | |
| commit | d81887cf6a0d067d8b345d8077027ccd634c1c17 (patch) | |
| tree | a838448c1275413d6f8745fb78f76628eb7ed85c /docs/idevicebackup2.1 | |
| parent | bc03e4c80d1035a633ae0c921c44d5725785b8aa (diff) | |
| download | libimobiledevice-d81887cf6a0d067d8b345d8077027ccd634c1c17.tar.gz libimobiledevice-d81887cf6a0d067d8b345d8077027ccd634c1c17.tar.bz2 | |
idevicebackup2: Update man page and usage to reflect latest status
Diffstat (limited to 'docs/idevicebackup2.1')
| -rw-r--r-- | docs/idevicebackup2.1 | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/docs/idevicebackup2.1 b/docs/idevicebackup2.1 index d21bef5..a638b8f 100644 --- a/docs/idevicebackup2.1 +++ b/docs/idevicebackup2.1 | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | idevicebackup2 \- Create or restore backup for iDevices running iOS4+. | 3 | idevicebackup2 \- Create or restore backup for iDevices running iOS4+. |
| 4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
| 5 | .B idevicebackup2 | 5 | .B idevicebackup2 |
| 6 | [OPTIONS] CMD DIRECTORY | 6 | [OPTIONS] CMD [CMDOPTIONS] DIRECTORY |
| 7 | 7 | ||
| 8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
| 9 | 9 | ||
| @@ -28,13 +28,31 @@ create backup for the device. | |||
| 28 | .B restore | 28 | .B restore |
| 29 | restore last backup to the device. | 29 | restore last backup to the device. |
| 30 | .TP | 30 | .TP |
| 31 | .B \t\-\-system | ||
| 32 | restore system files, too. | ||
| 33 | .TP | ||
| 34 | .BI \t\-\-reboot | ||
| 35 | reboot the system when done. | ||
| 36 | .TP | ||
| 37 | .B \t\-\-copy | ||
| 38 | create a copy of backup folder before restoring. | ||
| 39 | .TP | ||
| 40 | .B \t\-\-settings | ||
| 41 | restore device settings from the backup. | ||
| 42 | .TP | ||
| 31 | .B info | 43 | .B info |
| 32 | show details about last completed backup of device. | 44 | show details about last completed backup of device. |
| 33 | .TP | 45 | .TP |
| 34 | .B list | 46 | .B list |
| 35 | list files of last completed backup in CSV format. | 47 | list files of last completed backup in CSV format. |
| 48 | .TP | ||
| 49 | .B unback | ||
| 50 | unpack a completed backup in DIRECTORY/_unback_/. | ||
| 36 | 51 | ||
| 37 | .SH AUTHORS | 52 | .SH AUTHORS |
| 38 | Martin Szulecki | 53 | Martin Szulecki |
| 39 | 54 | ||
| 40 | Nikias Bassen | 55 | Nikias Bassen |
| 56 | |||
| 57 | .SH SEE ALSO | ||
| 58 | idevicebackup(1) | ||
