advertisement

Article:
  Automated Backups with Existing Tools
Subject:   Compression?
Date:   2004-02-15 17:22:05
From:   lonney
I'm going to get a firewire disk soon for backups of my shiny new PowerBook 12" DVI (its my first apple and I love it to bits)


Nice article, I recently asked this question on IRC in one of the Mac channels but the answer was just to be lazy and use CCC.


This is good, its nice and simple. just what I was after.


Are disk images compressed? if not is it possible to compress them and still work with them in the same way?


Main Topics Oldest First

Showing messages 1 through 1 of 1.

  • Compression?
    2004-02-16 15:05:06  peterhickman [Reply | View]

    By default the images created are compressed but as my script creates a blank image of a fixed size first the compression is to no avail. However as you may have seen suggested in the feedback there is another way of creating an image. Keep lines 1 to 11 of my origonal script, delete the rest and then add the following line.

    hdiutil create -srcfolder $SOURCE -fs HFS+ -volname $VOLUMENAME $IMAGENAME

    If you hold on for 24 hours I am testing this and will tell you how it goes but I don't expect it will be amazingly smaller (but we shall see) but it should be quicker.

    And you should be able to use the resulting image files in the same way as before.