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)
    • Initiated via a single tap
  • All packages (Developer*)
    • Initiated via a longpress

Restore from

  • A specific backup chosen from a list

Choose to

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

FAQ:

  1. Restoring rootful backups on rootless and vice versa is NOT supported
  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.6.1

Released
  • Migrated debug view to post-op detail view
  • Fixed various errors not propagating
  • Fixed build stalling on a handful of errors
  • Update zh-TW localization
  • Allow cancellation of backup list prompts w/o dismissal of list
  • Prevent backup list selections remaining after prompt
  • A tad bit of code cleanup