Slashdot Log In
Small-Office Windows Based Backup Software?
Posted by
Cliff
on Thu Jan 04, 2007 06:25 PM
from the small-scale-disaster-recovery dept.
from the small-scale-disaster-recovery dept.
Billhead asks: "My boss purchased a Quantum SDLT220 tape backup drive for our few computers in the office, and I have been put in charge of maintaining the backups. The only prior backup experience I have is with my home networks using Python scripts. We don't have any special needs, just encryption and scheduling. Our original backup software isn't compatible with the SDLT220, and other backup software we have tried have been horrible (unable to decrypt backups, memory leaks, unstable network backups). What does the Slashdot community use for small office backups?"
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading ... Please wait.

EMC/Legato Networker (Score:3, Informative)
Their site [emc.com] should get you started. They'll set you up with a media kit and 45 day demo licenses if you request one.
What kind of backups will you be doing? (Score:5, Informative)
- Will you be doing backups for disaster recovery? Meaning, you won't really worry about keeping data for long periods of time as long as you have a good backup for a month or so?
- Or will you be doing backups for file restoration? Will you be needing to always recover that MS Excel document that Sally from accounting deleted 6 months ago?
Once you have that question answered, search for a backup software that fits your needs. You may look into CommVault, i'm not sure how it's priced for the regular consumer market (we're aAcronis... (Score:3, Informative)
Re: (Score:2)
Until they roll out cheap 40+ gig solid state media, I'm sticking with tape. It's easy to move and I wont faint if it's dropped.
Re: (Score:3, Insightful)
I haven't done contract work in about 5 years -- but I used to set up servers to backup to tape, spit out the
External HDD (Score:4, Interesting)
Windows-run servers are easy; most external HDD come with backup software. On the last one I did, the external HDD (Seagate, I think) came with the "one touch" feature. I just set the software to backup a specific shared folder (small workgroup, public storage; it's for a small newspaper), and all the lady has to do is bring the drive in, plug it in and push the button.
A *NX solution I used before was to write a simple shell script to mount an external HDD and tar.gz the appropriate directories to it for that day. The script can either be run manually or set up in cron.
But, all-in-all, research and experience is the best tool in finding what works best for your solution. I just don't like tapes.
Images (Score:3, Interesting)
Script It! Just use tar and gzip (Score:2, Interesting)
Re: (Score:2)
Our office is so small.... (Score:3, Funny)
Bacula (Score:3, Informative)
2.0.0 has just been released, with pretty much full support for Windows. It doesn't have a pretty GUI, but it should be able to do what you want. It does support VSS so it can back up Exchange and SQL for you, and i'm working on an agent to do proper backups of SQL too, and hope to add Exchange support after that.
Re: (Score:3, Interesting)
2 Bright Sparks' SyncBackSE (Score:2)
Re: (Score:2)
These should work for you (Score:2)
ClarkConnect Linux and Bacula (Score:4, Interesting)
BackupAssist (Score:2)
Lose WINDOWS on the file/backup server... (Score:2)
Use the tapedrive to back up the linux box.
Options to check out... (Score:3, Informative)
http://www.novastor.com/ [novastor.com]
Cleversafe (GPL'd)
http://www.cleversafe.org/ [cleversafe.org]
Genie Backup Manager
http://www.genie-soft.com/products/gbm/default.ht
SyncBack (freeware)
http://www.2brightsparks.com/downloads.html [2brightsparks.com]
EMC Insignia Retrospect (formerly Dantz Retrospect; PC Magazine Editor's Choice)
http://www.emcinsignia.com/products/ [emcinsignia.com]
tar and several removeable drives (Score:3, Informative)
Most unreliable software category: Backup software (Score:4, Informative)
Tips based on our experience:
Symantec seems scary, due to the number of very serious failures that have been reported over the years, and due to the character of the company:
- Symantec Ghost is not the same software Ghost was previously.
Symantec bought PowerQuest's DeployCenter and relabeled it Ghost, without
making that clear in ads. That showed zero respect for their original Ghost
product; in my experience the disrespect was deserved.
- There seems to be a
social breakdown at Symantec. The company seems to have far too few people
with technical knowledge.
- My experience is that Symantec technical support is
abusive; abusiveness seems to be a major managerial method there. It is
difficult to defend against many small abuses, as both Microsoft and Karl Rove
(Bush's brain) know very well. (Abusers tend to learn by watching each other,
even though they may not know each other.)
Acronis TrueImage is generally accepted as the best backup software for small businesses now. However:- The TrueImage software is not able to make encrypted backups; it can only
password protect, a protection that is easily broken. So, don't allow anyone
to take backup media off site. Store backups in a secure vault on site.
- We have had many, many problems with unreliability of Acronis
software. A scheduled backup may not actually run, for example. Recent
versions have been more reliable.
- The command line interface of TrueImage WorkStation seemed full of bugs
when it was first released. Apparently the release was far too soon.
- Acronis technical support amazes even me. I sent a notice of a failure in
a new version. About 3 months later, I got a nonsense reply from someone who
sounded like she was about 21 years old and only working for Acronis so that
she could find a man, get pregnant, and stay home.
- Acronis sales people seem to believe that anyone with technical knowledge
is socially inferior. My experience is that they seem to think that dirtying
their little brains with technical details is beneath their exalted place in
society. When you ask for help, you may get some action that seems to be part
of internal political maneuvering.
- Acronis recently released an "update" that changed TrueImage installations
to a new product name called TrueImage Home. Apparently this is an attempt to
intimidate customers to pay for the Workstation version which is far more
expensive.
Some ugly history of backup software: Hewlett-Packard's tape backup software would, during restore, make hundreds of zero-length files in random places. The names of the files would be taken from the names of legitimate files on the tape. HP technical support thought that was not a particularly bad problem.In the DOS days, a company called Fifth Generation Systems sold a product called Fastback. The product was excellent until it was sold to a former banker who put his daughter in charge of marketing. (I talked to him for about 45 minutes on the telephone one day.) Since the banker didn't have any technical knowledge, and didn't believe that was important, and since the technical people left when the banker bought the company, the product quickly fell behind, became useless, and disappeared from the marketplace.
More notes about backup software. (Score:4, Interesting)
Disk Image backups are required to back up the operating system drive. Disk Image backups are sector-by-sector backups. Some people call that operating system cloning or disk cloning [wikipedia.org]. There is a free Linux/Unix utility called DD [wikipedia.org]. DD has a Windows version [chrysocome.net], too. My understanding is that DD has no compression, so that the backups are much larger than with commercial software that compresses the images.
Microsoft has made Windows XP difficult to back up. It is necessary to have 3rd party software that can back up the operating system and also files that are in use. Windows XP will not allow copy, xcopy, or robocopy backups of the system registry for, example. For that you must have drive imaging software like Acronis TrueImage or another.
If a user forgets to close all programs, some important files may still be loaded at night and in use when backups are scheduled. That's why it is necessary to be able to back up files that are in use. Microsoft provides the API to do that, but very limited backup software called NTBackup.
Tip: Encryption is necessary. Backups that are not encrypted are somewhat useless, since it is too risky to take them off site. Remember that password protection is not encryption.
Be careful about backup software that a big company bought from some other company. When that happens, usually the technical people are fired and the company that buys the rights is not prepared technically to respect what the fired people have done. Microsoft bought rights to NTBackup from Veritas. My understanding is that Veritas bought it from Conner and Conner bought it from Arcada.
Recently Symantec bought [zdnet.com] Veritas. My experience with Symantec is that their software often has huge bugs, and their telephone support is possibly close to the worst.
I found this confused-looking but extensive list of Windows backup software: Backup Software For Windows 2000 [searchnetonline.com]
I'm suprised Amanda hasn't been mentioned yet. (Score:4, Interesting)
http://amanda.zmanda.com/ [zmanda.com]
I'd be interested to read what any of it's users think of it in comparison to commercial apps.
GrpA.
Praise for AMANDA (Score:3, Informative)
I've used Retrospect. It was "O.K.," but the above re
Backup Links (Score:3, Interesting)
G4U
http://www.feyrer.de/g4u/ [feyrer.de]
Cobian
http://www.educ.umu.se/~cobian/cobianbackup.htm [educ.umu.se]
Both work well.
Jeff