mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
475 B
Plaintext
19 lines
475 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# idevicebackup
|
|
|
|
> Create or restore backups for iOS devices.
|
|
> Note: This tool is outdated. Please see `idevicebackup2`.
|
|
> More information: <https://manned.org/idevicebackup>.
|
|
|
|
- Create a backup of the device in the specified directory:
|
|
|
|
`idevicebackup backup {{path/to/directory}}`
|
|
|
|
- Restore a backup from the specified directory:
|
|
|
|
`idevicebackup restore {{path/to/directory}}`
|