• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Poll: Which backup program do you use?

Chaotic42

Lifer
I got into a discussion on another forum about backups. I backed up my ~60GB of data using tar and gzip. He said he would have used Norton Ghost, which I don't have. To me, tar and gzip are just as good if not better, and they came free with Debian.

He also thinks I'm taking a risk using gzip.

So what do you guys think? I'm not trying to slam him down or anything, he could be right, but the way I look at it:

1. tar and gzip are staples of the community.
2. Thousands (if not more) of people use them everyday.
3. A tar.gz file is readable by just about every computer.
4. tar and gzip is free.

So what do you think? How do you back up your stuff?
 
I go with tar.gz. There are plenty of programs to open the files. It's a standard. .zip is the standard for wintel, .Z was the old standard for unix, and now .gz is the standard. Maybe someday it will be bzip2, but I doubt it. I'll be learning how to use my DVD burner as soon as I get 4GB worth of data to backup on the winders machine.

What kind of risks did he mention?
 
Originally posted by: n0cmonkey
I go with tar.gz. There are plenty of programs to open the files. It's a standard. .zip is the standard for wintel, .Z was the old standard for unix, and now .gz is the standard. Maybe someday it will be bzip2, but I doubt it. I'll be learning how to use my DVD burner as soon as I get 4GB worth of data to backup on the winders machine.

What kind of risks did he mention?

Data corruption with gzip.

I may have only been in the *nix comminity for 7 years, but I've never seen a corrupt gzip file.
 
Originally posted by: Chaotic42
Originally posted by: n0cmonkey
I go with tar.gz. There are plenty of programs to open the files. It's a standard. .zip is the standard for wintel, .Z was the old standard for unix, and now .gz is the standard. Maybe someday it will be bzip2, but I doubt it. I'll be learning how to use my DVD burner as soon as I get 4GB worth of data to backup on the winders machine.

What kind of risks did he mention?

Data corruption with gzip.

I may have only been in the *nix comminity for 7 years, but I've never seen a corrupt gzip file.

I've never seen one I would blame on gzip.
 
will a couple of bit errors in a gzipped file cause you to lose the whole thing? Could he be thinking of that (whether or not it's true)?
 
I have seen a corrupt tar.gz file but I can't say if it was caused by gzip or not. Ghost works fine for doing the whole machine or a partition but you have to reboot the machine to use Ghost. Your method is much better. There are entire backup programs built on using gz, I wouldn't worry about it. If I used *nix more I would be using gz for sure to do backups.
 
Data corruption with gzip.

I may have only been in the *nix comminity for 7 years, but I've never seen a corrupt gzip file.

You have the exact same chances of corruption with Ghost.
 
I personally like to just copy files over to a CD. I know that using Bzip2 would help a lot specially with text files. But I don't want to take the chance of compressing something and then loossing all the files. For example if one of the files that you are compressing is corrupted or gets corrupted then all the files in the archive would also get corrupted because the program wouldn't be able to uncompress them all.
 
Back
Top