-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# iBackep | ||
|
||
iBackcep is a simple GUI backup manager for the Apple iPhone and iPad, currently available for Linux, built using [Flet](https://github.com/flet-dev/flet). | ||
|
||
Under the hood, the program makes use of [libimobiledevice](https://github.com/libimobiledevice/libimobiledevice) for performing operations. | ||
|
||
### Requirements | ||
You will need **libimobiledevice** to be installed for the program to work. Run `idevicebackup2 --help` to check if it's already installed on your system. | ||
|
||
#### Fedora | ||
|
||
### Current Features | ||
- Perform backup and restore operations (Tested on iPhone 5s) | ||
|
||
### Roadmap | ||
- Better UI | ||
- Support for encrypted backups | ||
- Display information about previous backups | ||
- Support for customized backup and restore operations | ||
- Windows and macOS support | ||
|
||
### Download | ||
|
||
Head over to [Releases](https://github.com/redromnon/iBackep/releases) and download the latest version's executable. |