Live data from Hacker News

How does everybody backup?

news.ycombinator.com

11–20 of 48 posts

Re: How does everybody backup?

#11
Mac backup: Last day of the month I run Carbon Copy Cloner to backup everything to a 500GB firewire external drive. (firewire, so that I can boot OSX from that image, if need be.)

PC Backup: I dumped my PCs 18 months ago when I bought my Intel-chip Mac. Now both my "PCs" (XP development machine and Win2k3 Web Server) are running as virtual machines on my Mac, so my Windows install is actually just one big file used by Parallels which is backed up as part of the Mac backup.

--Jack

Re: How does everybody backup?

#12
post #9
post #2

I just copy my /bin directory onto an 8GB thumb drive. Rotate once a week into fireproof box.

Why would you do this? Isn't /home where your data lives?

On my system, anything that changes is in /bin. For a catastrophe, I would reinstall the OS and environment and then restore data from the thumb drive.

Re: How does everybody backup?

#14

Mac backup: Last day of the month I run Carbon Copy Cloner to backup everything to a 500GB firewire external drive. (firewire, so that I can boot OSX from that image, if need be.) PC Backup: I dumped my PCs 18 months ago when I bought my Intel-chip Mac. Now both my "PCs" (XP development machine and Win2k3 Web Server) are running as virtual machines on my Mac, so my Windows install is actually just one big file used b…

yes, thats exactly my home setup. Macs save the world.

Re: How does everybody backup?

#15
cron + rsync

Most days nothing's really changed in the folders I've selected for backup; when things do change it's usually just a new directory of pictures, maybe an mp3, and some new source code; the whole backup takes maybe a minute to run in that case.

Re: How does everybody backup?

#16
All source material (.py, .psd etc) and documentations go in to local LAN subversion, Subversion is svnsync'd to a remote repository every 15 minutes.

All email mirrored from off site to local IMAP server once a day.

SuperDuper on macs to firewire drive once a week.

rsync and cron on FreeBSD to remote FreeBSD boxes once a day

No PC's so no problem there (for ever) ;)

Re: How does everybody backup?

#17
post #10

Interesting question. I consider S3 with a front-end like http://www.jungledisk.com/ Does anybody have any experience with that?

Jungledisk is great. Its easy to use, cheap and runs on Windows, Linux (includes GUI and CLI) and Mac. You can treat is as a network drive or setup automated backups. The protocol is open so you can use tools like S3 Firefox Organizer to retrieve your data outside of the Jungledisk front-end.

Another big plus is that you can run an unlimited number of instances across any number of machines after paying a one time fee of $25.

Re: How does everybody backup?

#19
post #17
post #10

Interesting question. I consider S3 with a front-end like http://www.jungledisk.com/ Does anybody have any experience with that?

Jungledisk is great. Its easy to use, cheap and runs on Windows, Linux (includes GUI and CLI) and Mac. You can treat is as a network drive or setup automated backups. The protocol is open so you can use tools like S3 Firefox Organizer to retrieve your data outside of the Jungledisk front-end. Another big plus is that you can run an unlimited number of instances across any number of machines after paying a one time fe…

That looks really neat. I had wondered about using S3 for backups. I'll definitely have to try it out.

It looks like the "Plus" service's block-level access and transfer resume would pay for itself pretty quickly with a reasonable volume of data ($1/month vs 0.10 or 0.18 per GB up/down), besides being worth it for $1 anyway.

Re: How does everybody backup?

#20

All source material (.py, .psd etc) and documentations go in to local LAN subversion, Subversion is svnsync'd to a remote repository every 15 minutes. All email mirrored from off site to local IMAP server once a day. SuperDuper on macs to firewire drive once a week. rsync and cron on FreeBSD to remote FreeBSD boxes once a day No PC's so no problem there (for ever) ;)

What do you mean by no PCs?
Post reply on HN