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. 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.5.1

Released
  • Fixed dpkg lock fix not applying, when applicable, on rootless jbs
  • Removed unused strings
  • Unified libarchive code
  • Changed debug log perms from 0644 to 0666 to allow deletion from ‘other’
  • General code cleanup