norman784 / libimobiledevice-node

A cross-platform software protocol library and tools to communicate with iOS® devices natively.
MIT License
25 stars 8 forks source link

GH-34: Implement a method for each backup2 command. #35

Closed didix21 closed 3 years ago

didix21 commented 3 years ago

Now instead of calling each command using flags, now can be called through the following methods:

- backup2.backup()
- backup2.restore()
- backup2.info()
- backup2.list()
- backup2.unback()
- backup2.encrypt()
- backup2.changePassword()
- backup2.cloud()

Implement unit test for idevice_backup2.