Josh's Posts Tagged ‘backup’
Delicious Bookmarks (2009-09-30 – 2009-10-26)
Recent links posted to Delicious:
- Add Apple’s free Backup.app to your backup toolbox
- Tips and tricks: Putting Things in your Dropbox makes syncing simple
- 500 Internal Server Error 500 Internal Server Error
- Hivelogic – Podcasting Equipment Guide (2009)
- The Printliminator
- Tools – Google Translate Code to drop into site to translate into other languages.
Delicious Bookmarks (2009-08-16 – 2009-08-22)
Recent links posted to Delicious:
- Lessn // ShaunInman.com Lessn is an extremely simple, personal url shortener written in PHP with MySQL and mod_rewrite.
- simonw’s mytweets at master – GitHub Python script to backup Twitter posts.
- Hivelogic – Backing Up Flickr Use a Python script to back-up Flickr Photos
- Groovie Advanced Caching with Django and Beaker
- django-cms.org – The new CMS for Django
Delicious Bookmarks (2009-04-11 – 2009-04-15)
Recent links posted to Delicious:
- Cyclopedia Square: Put /etc Under Revision Control (with git)
- Useful Keyboard Shortcuts in OS X
- Chris Shiflett: Save the Internet with rev="canonical" Overview and proposal for link-shortening issues.
- django-backup – Google Code
- philnelson's diggbarred at master – GitHub WP plug-ing to block the ridiculous Diggbar.
My Drobo Set-up for Time Machine and SuperDuper on Mac
In my previous post: “I bought a Drobo, Now What?” I set up the backstory of getting a Drobo and researching the best way to set it up to work with Time Machine and SuperDuper. This post is a step-by-step of what I did next. I hope you find it useful.
Prepping the Drobo
While you can buy a Drobo with hard drives, you’re much better off buying them separately. You can see how much actual storage you will get out of the Drobo by using their Drobolator. I bought two Western Digital Caviar Green 1TB SATA hard drives from Newegg.com for $104.99 each. I picked them because although slower, they’re more energy efficient and are only used for back-up anyway. This is going to give me about a Terrabyte of usable back-up space since the information is duplicated on each of the drives. I can expand later if needed.
Unpacking the Drobo is pretty straight forward. BTW: They’ve done a great job with packaging and presentation once you open the box. Very impressive. As you go through the process of setting up your Drobo, I recommend starting a text file of information to reference later. I do this for all my hardware set-ups for easy reference of serial numbers, drive capacity, purchase date, and how-to information (like in this post), etc. It’ll come in handy later. Trust me.
- Unpack the Drobo
- Put the hard drives in the Drobo
- Wire up the Firewire or USB cables
- Install the Drobo Dashboard. If prompted to upgrade the Drobo Dashboard, do it.
- Power-up the Drobo
- In the dashboard, format the drobo. I left it at 2TBs after reading about the trade-offs.
- You’ll likely get prompted about updating the firmware. Do this. The Drobo will then restart. Wait for it to come back up; enjoy the light show.
Assuming everything has gone well, in Finder you’ll now see that Drobo is mounted and available for use.
Disc Utility
Now let’s fire-up Disk Utility which is in Applications: Utilities: Disk Utility. Here we’re going to repartition the Drobo into volumes for Time Machine, SuperDuper, and storage for everything else one might rsync, copy, or otherwise backup.
- Select the Drobo Disk on the left. It will say something like “2.0TB Drobo”
- Select the “Partition” tab on the right
- Underneath “Volume Scheme” click the “-” (minus sign) and erase the partition Drobo created. This is only important if you need GUID partitioning, like for Time Machine and as recommended by SuperDuper.
- Under volume scheme, select the number of partitions you need to make. In my case it’s 3:
- Time Machine
- SuperDuper
- Everything else
- Resize and name partitions accordingly. Unless you have a reason not to, the format should be “Mac OS Extended (Journaled)” for all of them. I recommend unique names like “drobo-your machine name-tm” in case you connect to other external drives, make it easy to remember which volume is which.
- Under options, select “GUID formatting”
- Click “Apply”
- After reformatting, you should now see new volumes on the left of the Disk Utility and in the Finder window.
You should now be able to point Time Machine and SuperDuper to the new back-up volumes.
Additional Notes
- For performance reasons, I recommend excluding your back-up volumes from Spotlight indexing. To do this, open “System Preferences” from the Apple menu, select Spotlight, and add the back-up volumes under the “Privacy” tab.
-
If you’re copying data to Drobo from an smaller (or in my case smaller and busted) external drive, here’s a some quick instructions for copying over the data.
- Connect both the old External Drive and the Drobo
- In Disk Utility click the “Restore” tab on the right
- Drag the hard drive/volume/partition you want to copy from into the “Source” field
- Drag the volume you want to copy to into the “Destination” field
- Click “Restore”
This will copy over all the data to your new drive.
- If you’re getting rid of the old drive, don’t forget to use the “Erase” feature in Disk Utility and use at least a “7-Pass Erase” on the drive so the data on it can’t be recovered. Just because you click delete doesn’t mean the data is gone; be safe before you toss, sell, or give away that drive!
This is what worked for me. Your needs or mileage may vary and my wisdom is as-is without any support or warranty. Good luck!
I Bought a Drobo! Now What?
My external back-up drive died… sorta. Something’s hosed on it and my Mac will only mount it as read-only with stern warnings to copy it and try and reformat. Sometimes it will only mount temporarily and then act like I yanked the USB cable out without ejecting. Ahhh…technology. Fortunately, the drive only contains back-up information that exists elsewhere.
All hard drives fail, it’s just a matter of when. In order to create more redundancy, I did some homework and bought myself a Drobo. It allows the mixing and matching of different-sized hard drives and keeps data redundantly stored on each drive. If one fails: just swap it out. Need more storage? Add another drive or replace an exisitng drive with a larger one.
On a related side note, I got a great deal on the Drobo at B&H Photo and Video: $349.95 after rebate. I’ve bought quite a few things from them in the past and highly recommend them.
On the old back-up drive, it was separated into multiple volumes to separate back-ups for Time Machine and SuperDuper from everything else. Time Machine, by default, will fill up whatever drive you assign it; SuperDuper, in order to be bootable, needs its own volume as well.
The challenge with the Drobo is that it’s not a fixed size disk since you can continue to add drive space. By creating volumes (or partitions), you’re fixing that capacity and changing them involves reformatting, which erases all the data, and you have to start all over. Now of course, Mac OS X supports partition resizing, but Drobo doesn’t support it and advises against it.
I did however find a few references to using a .sparseimage for each of the back-up “volumes” needed. This would allow the Drobo to just be one large flexible volume and both Time Machine and SuperDuper would still be able to function normally. Erik Barzeski’s post: “Formatting the Drobo for Time Machine Backup” is the best write-up I found on using .sparseimage with Drobo. I was leaning in this direction, but then Dave Nanian, author of SuperDuper, offered to lend some feedback on the optimal set-up via Twitter. I posted to the SuperDuper forums (”SuperDuper Set-up with Drobo: .sparseimage vs. partitions“) so the info could be useful to others and Dave gave some good reasons to partition the drive instead.
So that’s what I decided to do. My next post is a step-by-step of: “My Drobo Set-up for Time Machine and SuperDuper on Mac“.
del.icio.us Bookmarks (2008-06-26 – 2008-07-03)
Recent links for http://del.icio.us/quixado:
- Best Local Restaurants Guide, Reviews, and Reservations | Where The Locals Eat
- TUAW Tip: What to do when a disk goes bad – The Unofficial Apple Weblog (TUAW)
- iPhone Buzz Kill- MacLife How to eliminate speaker-buzz made by your cell phone.
del.icio.us Bookmarks (2007-11-29 – 2007-12-14)
Recent links for http://del.icio.us/quixado:
- Don?t Forget Your Trailing Slash | Standardzilla : Search, Standards and Accessibility
- colr.org Play with colors and color schemes!
- Color Palette Generator Enter the URL of an image to get a color palette that matches the image.
- IMG2TXT: ASCII Art Made Easy! This script takes the URL of a GIF, JPG, or PNG image and converts that image into ASCII text or colored HTML. Not very useful, but pretty cool.
- 50 Best WordPress Plugins for Power Blogging
- Iconize Textlinks with CSS – pooliestudios
- iGoogle’s Winter Theme javascript:_dlsetp(’preview_skin=skins/winterscape.xml’);void(0); go to iGoogle, paste the code in the address bar, press Enter and click on the Save button in “Select a theme for this tab” to keep the new theme.
- Micromat – Syphone Syphone is a freeware Macintosh utility for use with Apple’s iPhone. The program installs on your Macintosh and does not alter the iPhone in any way. This application lets you view, save, and back up your SMS messages.
- Riding Rails: Rails 2.0: It’s done! gem install rails -y –source http://gems.rubyonrails.org
- Official Google Webmaster Central Blog: A spider’s view of Web 2.0 We’ve compiled some tips for creating Ajax-enhanced websites that are also understood by search engines.
- Begley’s Blog: Time Machine Menu Bar Add-On Goes in: “/System/Library/Core Services/Menu Extras”
- Guarding Your Social Security Number – TIME
- Long and shortened URL scripts Applescript and quicksilver
- Terminal Commands for Hidden Settings in Leopard
- Top 15 Terminal Commands for Hidden Mac OS X Settings
- BetterZip Quick Look Generator | MacItBetter Don’t you wish Leopard’s Quick Look would let you inspect the contents of compressed archives? Supported archive formats are: ZIP, TAR, GZip, BZip2, ARJ, LZH, ISO, CHM, CAB, CPIO, RAR, 7-Zip, DEB, RPM, StuffIt’s SIT, DiskDoubler, BinHex, and MacBinary.
- BetterZip Quick Look Generator | MacItBetter – Don’t you wish Leopard’s Quick Look would let you inspect the contents of compressed archives? Supported archive formats are: ZIP, TAR, GZip, BZip2, ARJ, LZH, ISO, CHM, CAB, CPIO, RAR, 7-Zip, DEB, RPM, StuffIt’s SIT, DiskDoubler, BinHex, and MacBinary.
- IconGrabber – Got files? Get icons –
