mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 05:00:58 +00:00
Update cheatsheets
This commit is contained in:
18
tldr/idevicebackup
Normal file
18
tldr/idevicebackup
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user