Files
cheatsheet-tldr/tldr/idevicebackup
2024-10-31 00:17:43 +00:00

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}}`