Skip to main content

IAmLazy

To download, visit this
page on your iOS device.


Easily backup and restore your tweaks

From within its dedicated app, users can:

Backup

  • User packages (Standard)
  • All packages (Developer*)

Restore from

  • The most recent backup
  • A specific backup chosen from a list

Choose to

  • Import a backup
  • Export a backup
  • Delete a backup

FAQ:

  1. Backups are not touched by restore rootfs
  2. Moving between jailbreaks with different bootstraps (e.g., Unc0ver and Taurine) is supported via STANDARD backups
  3. Developer backups (denoted by the “u” in the backup’s filename) can ONLY be restored from on jailbreaks using the SAME bootstrap (e.g., Elucubratus or Procursus) that the backup was made on
    • *Please note that these backups are meant to be used ONLY by those who understand exactly what they’re doing
  4. Neither apt sources nor tweak preferences are backed up
    • Note that neither are touched by restore rootfs
  5. Backups can be used on devices other than the one they were made on

Notes:

  • Localization is handled over on the IAmLazy Localization GitHub repo
    • To contribute, fork the repo, make and push changes, and open a pull request
  • There is a CLI version of IAmLazy (ial) available from the Releases page of IAmLazy’s GitHub repo
    • It offers:
      • The same core functionality (e.g., backup, restore, and list) as the app
      • More verbose user-facing information

What’s New in Version 2.2.0

Released
  • Improved debug logging
  • Added localization support
  • Added Arabic, German, Spanish, Japanese, Russian, Turkish, and Simplified Chinese localizations
  • Switched to posix_spawn from NSTask in anticipation for rootless
  • Greatly improved error handling
  • Switched bootstrap package filtration to Canister API
  • Fixed rare Unc0ver crash (?)
  • Added CLI counterpart
  • Removed shell-cmds dependency
  • Fixed a few adverse timing issues
  • Code cleanup