image
image

Go Back   macosx.com > Mac Help Forums > Mac OS X System & Mac Software

Reply
 
Thread Tools
  #1  
Old September 13th, 2007, 05:18 PM
Registered User
 
Join Date: Sep 2006
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
pawel is on a distinguished road
Backing up entire drive

Hi guys,

Fairly new to osx wondered if there is a way or program that lets you back up your complete osx drive so if you need to reinstall later you can just use the saved disc image?

I have alot of programs installed and don't want to have to go through the process of installing them all again should I need to reformat.

Could anyone help please.

Many thanks.
Reply With Quote
  #2  
Old September 13th, 2007, 06:29 PM
eric2006's Avatar
iMovie Professional
 
Join Date: Feb 2006
Location: Minnesota
Posts: 3,194
Thanks: 0
Thanked 1 Time in 1 Post
eric2006 is on a distinguished road
Carbon Copy Cloner will do this:
http://www.bombich.com/software/ccc.html

as will
SuperDuper!
http://www.shirt-pocket.com/SuperDup...scription.html
__________________
Power to Burn.
At speeds of up to 733MHz,
The most powerful Mac in history
burns CDs, burns DVDs, and
burns Pentiums

- apple website, oct 4, 1999. advertisement for the powermac g4
Reply With Quote
  #3  
Old September 14th, 2007, 07:27 AM
Registered User
 
Join Date: Sep 2006
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
pawel is on a distinguished road
Many thanks
Reply With Quote
  #4  
Old September 14th, 2007, 12:52 PM
ScottW's Avatar
Founder
 
Join Date: Sep 2000
Location: Overland Park, KS
Posts: 3,165
Thanks: 0
Thanked 5 Times in 2 Posts
ScottW is on a distinguished road
Well, I am a HUGE rsync fan, it's fast, free and works great, whether connected to a local drive or over a network (local or Internet). Plus, it's already installed on your Mac. The only thing you need to be concerned with is if you want that drive to be bootable, you need to take steps to make it bootable once your 'rsync' is done.

For whatever reason, about a year ago, I decided to go with SuperDuper for making backups and it works good. It provides some of the facilities of rsync but is also more limited than rsync, but does take care of making your drives bootable once the backup is complete.

Rsync is as easy as opening terminal and let's say your external backup drive is called "Backup" and your internal drive is "MacintoshHD", then you could simply do a:

Code:
rsync -av /Volumes/MacintoshHD/ /Volumes/Backup
If you have older applications or files that use resource forks, then you will want to add a "E" to the option set, but can cause unnecessary re-copying for files unchanged. Once a full backup is made, it only takes about 18 minutes (or less) run "sync" your backups later, and this is based on about 300GB of data. Have a script run overnight (if the system is on all the time) or just run it when you want.

If you are running backup from a MacBook to a local iMac on a network, such as at home, you can run it over SSH...

Code:
rsync -avz /Volumes/MacintoshHD/ -e ssh user@192.168.0.101:/Volumes/Backup/Macbook
VERY SIMPLE STUFF.

One note though, if you do try rysnc above and it works like you want, then add the flag "--delete" to the line as well, this will delete anything on the remote drive that is not on the local. But I don't put that on there since I'd rather not have you goof up and delete something locally if you turn your paths around in the syntax. You can also leave off the "v" if you don't want it to be verbose, which if running via a script overnight would not be necessary, but when running the first few times or manually, it might be nice to visually see what it is doing and which files it is updating.
Reply With Quote
  #5  
Old September 14th, 2007, 04:23 PM
Registered User
 
Join Date: Sep 2006
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
pawel is on a distinguished road
Quote:
Originally Posted by ScottW View Post
Well, I am a HUGE rsync fan, it's fast, free and works great, whether connected to a local drive or over a network (local or Internet). Plus, it's already installed on your Mac. The only thing you need to be concerned with is if you want that drive to be bootable, you need to take steps to make it bootable once your 'rsync' is done.

For whatever reason, about a year ago, I decided to go with SuperDuper for making backups and it works good. It provides some of the facilities of rsync but is also more limited than rsync, but does take care of making your drives bootable once the backup is complete.

Rsync is as easy as opening terminal and let's say your external backup drive is called "Backup" and your internal drive is "MacintoshHD", then you could simply do a:

Code:
rsync -av /Volumes/MacintoshHD/ /Volumes/Backup
If you have older applications or files that use resource forks, then you will want to add a "E" to the option set, but can cause unnecessary re-copying for files unchanged. Once a full backup is made, it only takes about 18 minutes (or less) run "sync" your backups later, and this is based on about 300GB of data. Have a script run overnight (if the system is on all the time) or just run it when you want.

If you are running backup from a MacBook to a local iMac on a network, such as at home, you can run it over SSH...

Code:
rsync -avz /Volumes/MacintoshHD/ -e ssh user@192.168.0.101:/Volumes/Backup/Macbook
VERY SIMPLE STUFF.

One note though, if you do try rysnc above and it works like you want, then add the flag "--delete" to the line as well, this will delete anything on the remote drive that is not on the local. But I don't put that on there since I'd rather not have you goof up and delete something locally if you turn your paths around in the syntax. You can also leave off the "v" if you don't want it to be verbose, which if running via a script overnight would not be necessary, but when running the first few times or manually, it might be nice to visually see what it is doing and which files it is updating.
Thanks for that info scott im very new to this. Basically like I said I want to create a complete copy of my osx hd as it is now so If I need to re-Install i can return to how it is now. With the rsync command what kind of fiile gets copied to the external drive? and how is it re-loaded back to the system if I need to restore? Also is it possible to back this file up in pieces to dvd?

Thanks
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -5. The time now is 02:53 PM.


Mac Support® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2000-2008 DigitalCrowd, Inc.