Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Create a disk image from a directory in the Terminal' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create a disk image from a directory in the Terminal
Authored by: dylanjames on May 14, '03 07:17:52PM
"...with a little work, you could write a shell script..." Indeed! Somebody already has. Check out: buildDMG.pl

[ Reply to This | # ]
Create a disk image from a directory in the Terminal
Authored by: peterneillewis on May 15, '03 02:00:15AM

Although it doesn't fully automate the task, you can also do

open -a '/Applications/Utilities/Disk Copy.app' ~/Documents

Disk Copy will launch and ask you to save the disk image and off it goes.



[ Reply to This | # ]