Page 1 of 1

ApplePi-Baker 2.1.6 Update – Bug fix release

ApplePi-Baker 2.1.6 Update – Bug fix release
   13

ApplePi-Baker is build specifically for MacOS, to make backups or restore images (IMG).
Initially intended for Raspberry Pi users, this tool can be used for plenty other applications as well.
For example flashing LibreElec or disk for ODroid, making backups of photography SD cards, etc.
All this is done in the same format as used by the command line tool “dd”.

ApplePi-Baker supports a nice list of compression formats.
For making backups: 7Zip, tbz, tgz, tlz, txz and Zip.
For doing restores: 7Zip, bzip, gzip, ISO, Jar, lzip, rar, tar, tbz, tgz, tlz, txz,xz and Zip.

Besides supporting compression, ApplePi-Baker can also resize a Linux partition to make it fit on your target disk (depending on the amount of used data in the partition of course) or minimize your backup to what is really used on the disk.
Note: Resizing only works for regular MBR disks with a standard partition table.

After some major changes in ApplePi-Baker 2.1.x, I’ve released version 2.1.6 today which fixes some minor issues.

To list a few:

  • Access Violation error when showing advanced view when there were no supported drives available
  • During resize (shrink or expand partition), ApplePi-Baker couldn’t find the temporary file on occasion (thanks Loe and Wolfgang!)
  • ODroid resize issue resolved (thanks Götz!)
  • Improved stability for partition resize (shrink/expand)

At this moment one bug remains open, and that is when there is not enough disk space on your Mac to do a backup and/or resize.

Download the latest version of ApplePi-Baker from the original article: ApplePi-Baker v2 – Backup & Restore SD cards, USB drives, etc.

If you run into any issues, bug, or errors using ApplePi-Baker, then please report these with the original article as well.




Support Us ...


Your support is very much appreciated, and can be as easy as sharing a link to my website with others, or on social media.

Support can also be done by sponsoring me, and even that can be free (e.g. shop at Amazon).
Any funds received from your support will be used for web-hosting expenses, project hardware and software, coffee, etc.

Thank you very much for those that have shown support already!
It's truly amazing to see that folks like my articles and small applications.

Please note that clicking affiliate links, like the ones from Amazon, may result in a small commission for us - which we highly appreciate as well.

Comments


There are 13 comments. You can read them below.
You can post your own comments by using the form below, or reply to existing comments by using the "Reply" button.

  • Aug 30, 2019 - 8:50 AM - Alexei Comment Link

    Hi,

    Constantly freezes :-(

    10.14.6

    Reply

    Alexei

    • Aug 30, 2019 - 9:07 AM - hans - Author: Comment Link

      Hi Alexei,

      I’d love to help you out, but could you be more specific when it freezes?
      For example; At startup? during Backup, or Restore? When inserting a new disk? During decompression?
      If the IMG was compressed; what format was being used?
      If during backup and restore: by any chance are the IMG’s files stored on a network share?

      Reply

      hans

  • Oct 10, 2019 - 8:46 AM - Sean Comment Link

    Will there be a new version compatible with OS Catalina?

    Reply

    Sean

    • Oct 10, 2019 - 10:42 AM - hans - Author: Comment Link

      It should be, but like similar tools (Etcher for example), we run into a problem (or Apple bug?) not allowing us to directly access disks, even if the user gives access.
      So this is work in progress and I haven’t seen a solution yet that works reliably (you can try adding ApplePi-Baker in System Preferences – Security&Privacy, under the Privacy-tab, in the “Full Disk Access” list).

      Running APB like so from Terminal, does work though, but I can hardly call that a “fix” 

      sudo /Applications/ApplePiBaker.app/Contents/MacOS/ApplePiBaker

      Reply

      hans

  • Aug 21, 2021 - 4:54 AM - anton Comment Link

    I got access violation (it has worked 5 weeks ago)

    cmd line start with sudo says:

    ApplePiBaker[50801:5222935] *** Terminating app due to uncaught exception ‘NSGenericException’, reason: ‘-[NSAlert runModal] may not be invoked inside of transaction begin/commit pair, or inside of transaction commit (usually this means it was invoked inside of a view’s -drawRect: method.)’

    *** First throw call stack:

    (

    Reply

    anton

    • Aug 21, 2021 - 5:07 AM - Hans - Author: Comment Link

      Hi Anton,

      Did you run the release or beta version? What version of macOS are you running? Is your Mac an Intel or M1 model?

      For the version info, it is easiest to go to Apple Pi Baker -> “i” icon (about) -> clipboard icon (upper left corner, just under “About ApplePi-Baker”). This will copy all teh version info so you can paste it in a reply here 

      Reply

      Hans

      • Oct 27, 2021 - 5:30 AM - DJay Comment Link

        I updated to ApplePi-Baker-v2.2.8-(Build-16)-beta-macOS-64bit.dmg on macOS 12.0.1 (21A559) Monetrey iMac M1.

        Unfortunately, I’m unable to start ApplePiBaker and receiving the error “Access violation.”

        I hope you can help. Thanks in advance.

        Reply

        DJay

        • Oct 27, 2021 - 5:37 AM - DJay Comment Link

          Update: I just had to restart the Mac and after this ApplePiBaker asked to istall the helper and everything is working now. 

          Reply

          DJay

        • Oct 27, 2021 - 5:42 AM - Hans - Author: Comment Link

          Hi DJay! 

          Awesome – glad to hear that a reboot fixed the issue, and excellent that you posted it here. 
          I’ve seen APB run very stable on Intel hardware, but the occasional M1 user runs into an issue like this.

          Unfortunately, I do not have M1 hardware – otherwise I’d be compiling and testing either a fat version (intel + arm binary) or an additional Apple Silicon version. I’ll have to wait a little before I have a budget for M1 hardware.

          Reply

          Hans

          • Oct 27, 2021 - 5:44 AM - DJay Comment Link

            Thanks, Hans. I appreciate your work and wouldn’t want to miss ApplePiBaker. 🙏

            DJay

          • Oct 27, 2021 - 5:50 AM - Hans - Author: Comment Link

            Thanks DJay! And thank you so much for the coffee – you have no idea how much the coffee is appreciated!! 

            Hans

  • Dec 18, 2021 - 3:27 PM - NotMax Comment Link

    I have the (slightly revised) M1 Mac Mini purchased Nov 2021. The app crashes with these violation errors every single time, except for the first run after a reboot. Reboot your Mac, start the app and leave it there, and you’re fine. But close the app and restart it, pow, Access Violation. Happy to test or attempt a compile of an M1 version if it helps.

    Reply

    NotMax

    • Dec 20, 2021 - 8:58 AM - Hans - Author: Comment Link

      Hi NotMax,

      thanks for the info … odd, sounds like a potential Rosetta issue … 

      I’m trying to find time to do a full recompile with a newer MacOS SDK, and hopefully manage to compile and test an Apple Silicon version as well.
      Still not M1 available for testing, so anyone willing to test is most welcome.
      I’ll post here where there is a M1 test version. 

      Reply

      Hans



Your Comment …

Do not post large files here (like source codes, log files or config files). Please use the Forum for that purpose.

Please share:
*
*
Notify me about new comments (email).
       You can also use your RSS reader to track comments.


Tweaking4All uses the free Gravatar service for Avatar display.