Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > macOS > Backup Solution

Backup Solution
Thread Tools
philc
Junior Member
Join Date: Feb 2005
Location: Toronto, ON
Status: Offline
Reply With Quote
Feb 25, 2005, 07:08 PM
 
I was dissapointed that Panther did not ship with a backup/restore solution. Due to just purchasing the new Powerbook buying software including .Mac was out of the question. I have come up with the solution below which I'd like your suggestions on in case it has any issues.

This solution is designed for those who do not have access to a large external drive which would be much better. It is ideal for those who are required to backup large amounts of data to DVD/CD.

Note: You will need to be in terminal as root.

Backup

1. Backup your data, we use the rsrcFork to ensure we backup proprietary apple MetaData. Obviously replace my home Directory with your source and my destination with your preferred one.

ditto -X -c -z -rsrcFork /Users/Phil/ /tmp/backup.cpgz

2. Split your data so that it can fit on your media

for CD:
split -b 650m /tmp/backup.cpgz backup

for DVD:
split -b 4600m /tmp/backup.cpgz backup


You data is now ready to be manually backed up to media.

Restore

After copying all the files to a surface on your HD.

1. Join your data.

cat /restoredpath/backup* > /tmp/backupimg.cpgz

2. Restore your data.

ditto -x -z -V /tmp/backupimg.cpgz /Users/Phil/Restored/

The good news is this will cost you nothing and works with all software you already have. There are some serious drawbacks that you need to understand:

1- This is not a bootable backup even if you backup / instead of /Users
2- This backup requires a LOT of free space it will not work if you want to backup 50GB of data on a 60GB drive.

I have only had my PB for a few days now so hopefully I have missed something balatantly simple?? I could not find a simple way to have the Burn utility say "Cannot Fit on Media - will require X blanks','Insert Media 1' ... 'Insert media X'....

Thanks,
Phil
     
   
 
Forum Links
Forum 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
Top
Privacy Policy
All times are GMT -4. The time now is 02:47 AM.
All contents of these forums © 1995-2017 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.8 © 2000-2017, Jelsoft Enterprises Ltd.,