BRU LE for Mac OS X
GraWil wonders: "The Tolis Group has just released BRU LE for Mac OS X. It is far more reasonably priced than the professional version but it is still priced well above the personal edition for Linux and BSD users. Does anyone have experience they can share about strategies for backing up Powerbook and Desktop Mac I am using a total of 140GB of the 180GB available)?"
Damn I thought that said Bruce Lee
Get your hands on an external hard drive kit and 1 or 2 drives with enough space to make your backup. Money shouldn't be much of an issue since you're already spending a bunch on the OS, plus you've got two macs sitting around.
It seems like too simple a question to be asking slasdot. Seems almost like a plug to me.
This product doesn't even support the APPLE superdrive, for pete's sake.
Aah, yes, BRU LE, that fantastic program which......
My Journal
External HD is the way to go...especially if you have a new-ish mac, you can go either USB 2.0 or IEEE1394. I broke apart the case of my 1394 external HD to plug in various hard drives I had lying around. Not pretty, but works for me...
I am Jack's witty signature line
You can save space by removing punction, such as '.', arbitrarily. You can also save storing a bit if you just don't capitalize stuff. These savings are offset, though, my scattering random characters such as ')' through your files... It's a tradeoff.
I've had this sig for three days.
So where's the companion program "CRE ME"?
Its free, its pretty simple, and it works fast.
/Volumes/Yourbackupdrive/home/
Try this out for size.
sudo rsync -v -a --progress --delete ~/
I'm just this guy, you know?
Not trying to be a troll, just pointing out that OS X comes with perfectly good backup software.
/home/
/home/
Tar and bzip2 come with Mac OS X, it wouldn't be that hard to script automated full and incremental backups. I do not believe that all OS X come with bash, however they at least come with tcsh. Here are a couple of simple examples.
#!/bin/sh
#example of full backup
date > timestamp
tar jcf home-full.tar.bz2
#!/bin/sh
#example of incremental backup
lastbackup=`cat timestamp`
date > timestamp
tar jc --newer $lastbackup -f home-weekly.tar.bz2
/^([Ss]ame [Bb]at (time, |channel.)){2}$/
I've been trying to find good software for backing up the mac too..
Retrospect Express works, and that's what I currently use, but it suffers from typical closed-source problems. They ported it to Mac OS X but didn't improve the interface which is still a little awkward. The whole architecture of the program is still geared around OS9 single-user. And it doesn't correctly archive Unicode filenames (I had a bunch on my hard drive and finally gave up and renamed them all english). It also only supports FTP for remote backups, not SFTP/SSH or rsync. Basically it seems "stuck" in its current feature set.
BRU?? I tried installing that on my Linux machine a long time ago, it didn't come in any package and it littered the hard drive with "hidden license files" which had backspaces in the names to hide themselves. I don't know what it does on the Mac, but no thanks.
I have a big RAID server where I back up all my Unix machines with rsync. What I really want is to back up my Mac the same way. But I'm not aware of any rsync that will correctly copy resource forks to a filesystem that doesn't use them natively.
There is a Mac OS X rsync, but it only copies resource forks to other Macs, as far as I know. Not to a non-HFS filesystem.
What I really really would love is an rsync that copies the resource forks to hidden files the same way the Mac copies them to non-HFS partitions already. So I could mount the backup directory via NFS and all the resource forks would be recognized.
I have considered the option of mounting the backup dir via NFS, and using resource-fork-aware rsync locally to the NFS directory, but would rather do it over the network.
Are there any rsync ports that do this??
the default rsync included with OS X isn't aware of resource forks at all...
RSyncX will copy resource forks, but only to another OS X system running RSyncX with a HFS(+) filesystem.
"These are my principles. If you don't like them, I have others." --Groucho Marx
Carbon Copy Cloner works very well. I just did a backup of my powerbook to an external firewire drive using CCC before sending the powerbook in for repair. Now I'm booting from the firewire drive on my old iMac until I get my powerbook back. Seemless. http://www.versiontracker.com/dyn/moreinfo/macosx/ 13260M
--
A little nonsense now and then is cherished by the wisest men. -Willy Wonka
Forgot to mention, CCC is $5 shareware
--
A little nonsense now and then is cherished by the wisest men. -Willy Wonka
Which things like Photoshop still write out with their files, and which tar gleefully ignores. Tar and Stuff a site directory: untar, you have a bunch of Safari-defaulted HTML and a bunch of Imageviewer JPEGs. Unstuff and you have Dreamweaver HTML and Photoshop and Fireworks JPEGS (which is damned useful for determining which have been optimized).
:)
Don't get me wrong, Tar is dandy- but not for resource-fork sensitive files and applications. Which is why I still do incremental DVD-R burns and have piles of CD-Rs full of data, not to mention hard drive images- I'm tied to my FILE and CREATOR typecodes.
psync is a great, easy to use tool for backing up OS x. It copies resource forks, and makes a fully bootable copy of the hard disk. Easy to script it into your /etc/daily file as well. I believe that ccc is a front end to psync as well.
not a shill, just a happy camper.
http://www.dan.co.jp/cases/macosx/psync.html
You might want to look at: /usr/bin/ditto copy files and directories to a destination directory /usr/sbin/asr Apple Software Restore
Read the man pages for more info. Both these are standard in Mac OS X (Panther at least, not sure about older releases) and handle resource forks properly.
asr is actually the command line backend that the Software Restore Disk that shipped with your computer uses.
BRU is one of the commonly-available utilities for various flavors of Unix. If it works for your other platforms, having your X boxes on it makes sense.
Now, what's with all the Retrospect bashing? It works great for us and has been getting better every quarter or so. It's certainly a lot easier to use than most Unixy backup/recovery utilities, even under Linux and Solaris, which we use it with.
There exists no way of exchanging information without making judgments. --Bene Gesserit Axiom
At work I use amanda and hfstar to back up my PowerMac G5 using our amanda backup server (which also handles our Solaris and Linux boxes). It works pretty well, although it takes some work to set up.
If you've already got amanda set up for other machines, it's not too much work to add a Mac OS X box to your amanda setup.
If you only have one machine which you want to back up, then amanda is overkill.
-- Tim Buchheim
File Synchronizer X does the job for me. I use it for a nightly incremental backup of two 250GB drives on my job server (OS X Server 10.2.6) to external firewire drives.
Insanity is the last line of defence for the master diplomat. But you have to lay the groundwork early.
I might be able to use a different package than Retrospect, but I yet to find one that can select files as well (or better) than Retrospect, keep all the versions of a file that's been changed, and a snapshot of how the disk is currently organized. I've had too many ocations where I've needed the version of a file as it was three weeks, two months or even two years ago.
I'm not particularly attached to Retrospect's selection filters and scheduling interface, so as long as I'm not losing any capabilities, I'm fine. But, too many back-up solutions either act like 'dump" -- everything that has changed since the last full back is copied, which winds-up copying files that have not changed since the last incremental to be copied again, or only copy the current version of file, or if they do allow archival copying, they don't include a snapshot so grabbing the latest version of every file to do a restore gets you tons of files that were deleted and don't need to (or really shouldn't) be restored at this time.
I really don't have any loyalty to Dantz since their Mac customers have gotten a bit of the shaft since they started supporting Windows, but I have yet to find a product that has the features I need.