|
|
image and segment music folder
There should be someway to do something like this (if this hint hasn't been posted somewhere else):
image and segment music folder
You can do this through hdiutil, which comes with a standard install of Mac OS X. I'm assuming that you are using at least Mac OS X 10.2 here. hdiutil create -ov -srcfolder /Users/username/Music/iTunes -volname 'Music Backup' /tmp/musicbackup.dmg mkdir ~/Desktop/music\ backup hdiutil segment -o ~/Desktop/music\ backup/musicbackup -segmentSize 650m /tmp/musicbackup.dmg rm /tmp/musicbackup.dmg Here are the commands to make a DVD set, it assumes that 4.2 gigabytes will be small enough to fit on a DVD: hdiutil create -ov -srcfolder /Users/username/Music/iTunes -volname 'Music Backup' /tmp/musicbackup.dmg mkdir ~/Desktop/music\ backup hdiutil segment -o ~/Desktop/music\ backup/musicbackup -segmentSize 4300m /tmp/musicbackup.dmg rm /tmp/musicbackup.dmg The size for the DVD set is 4300 megabytes because a gigabyte is 1024 megabytes so 4.2 GiB = 4300.8 MiB. |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysNo new commentsLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.08 seconds |
|