1.0.2 • Published 12 months ago

irestore v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

irestore

This a wrapper around the iOS Backup Extraction Go program. It is based on a fork which has some modifications, most importantly replacing the first argument with the path to the backup rather than the GUID.

Installation

The Go binary can be installed globally:

npm i -g irestore

The Node.js package can also be installed locally:

npm i irestore

Usage

The Go binary README documents the command line arguments.

A backup can be restored with the following commands:

const IRestore = require('irestore');
const iRestore = new IRestore('/path/to/backup');
await iRestore.restore('HomeDomain', '/path/to/decrypted-backup');

License

MIT.

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago

0.3.0

2 years ago

0.2.0

2 years ago

0.4.1

1 year ago

0.3.2

2 years ago

0.4.0

1 year ago

0.3.1

2 years ago

0.4.2

1 year ago

0.1.0

2 years ago