Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Small-Office Windows Based Backup Software?

Posted by Cliff on Thu Jan 04, 2007 05:25 PM
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?"
+ -
story
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
More
Loading... please wait.
  • EMC/Legato Networker (Score:3, Informative)

    by skroz (7870) on Thursday January 04 2007, @05:32PM (#17465966) Homepage
    I've been using Legato (now EMC) Networker at a number of different sites for over ten years now. It's easy, reliable, and supports a wide range of hardware. It scales well, but can get quite expensive when you start adding large autoloaders into the mix.

    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.
    • I've been using Legato (now EMC) Networker at a number of different sites for over ten years now.

      Not that my opinion means anything, but I'm surprised to hear anyone say that about Legato, especially 10 years ago. I used to work for a Unix VAR and, when we discovered it, we tried to sell it to 3 or 4 customers. They were so annoyed by it, every one of them insisted we replace it. I wrote shell scripts (using tar) for them and they've been happy ever since.

      I suppose the Windows version could be significantly
      • Actually, the windows version is annoying, clunky, and makes my head hurt. I prefer the UNIX (and now Linux) versions because so much can be done from the command line when necessary. With Networker on UNIX, you can just use wrapper scripts around the basic commands if the GUI doesn't work for you. For large or complex recoveries, CLI is really the best way to go, anyway.

      • Sounds like a problem with your staging policy. Make sure the stage itself is enabled and make sure the destination pool is correct. Does manual staging work?

        Slashdot isn't really a networker support forum... feel free to email me at skroz at skroz dot net, if you'd like.
  • by graphicartist82 (462767) on Thursday January 04 2007, @05:34PM (#17466014)
    I don't really have a comment on which software to use for Small Office Backups, but we use CommVault QiNetix and we are very happy with it. But, we use a fibre attached SpectaLogic T50 which is way overkill for a small office setup. One of the questions you need to answer is this:
    • 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 a .edu).
  • Acronis... (Score:3, Informative)

    by creimer (824291) on Thursday January 04 2007, @05:36PM (#17466048) Homepage
    Since big hard drives are relatively cheap, rotating external hard drives and using Acronis [acronis.com] might do the trick.
    • And a nice hot fire will destroy your data. Any backup solution should consider periodic off-site storage of media.

      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.
        • And *I* made a comment about dropping them. You drop a mechanical drive and don't be surprised if your data goes bye-bye. It would certainly be an additional measure -- but for regular transport to off-site storage, tape is the way to go. Tiny, light and resistant to bumps and drops -- which happen during transport.

          As for who has the time? You swap the tape out in the morning -- takes all of about 20 seconds. Backup runs whenever (evening, morning, whenever you script it to run). Next morning, you tak
          • And *I* made a comment about dropping them. You drop a mechanical drive and don't be surprised if your data goes bye-bye.

            That's why you need foam-cushioned cases to transport the drives in. Whatever backup media is selected, a certain amount of care will be need to protect that media. Even solid state media is no good if you step on it.
                • Re: (Score:3, Insightful)

                  My experience with small shops (ones that don't have an in-house IT department) is that they wont back up regularly if too many steps are involved.

                  I haven't done contract work in about 5 years -- but I used to set up servers to backup to tape, spit out the tape when finished -- and send out nag SMB messages to change the tape if it hadn't been changed by noon. The owner or some designee would just swap tapes and pocket the most recent to take home. This requires next to no effort.

                  Again, this is just my ex
  • External HDD (Score:4, Interesting)

    by Daemonstar (84116) on Thursday January 04 2007, @05:38PM (#17466082)
    Most of the small setups I've done have a RAID for storage and an external HDD for backup. In my experience, most tape drives are slow, cumbersome and expensive. These days, a big external HDD is cheaper and a lot easier to work with on today's OS's. Agreed, this solution may not be what works best with older OS's (we have an old IBM AIX machine here that houses our main software, ick).

    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. :)
      • Um, yes; maybe 2, depending on what the client wants. Decent tape drives cost 6-7x as much as an external HDD, not to mention the endless supply of tapes you'll be buying each month to replace monthly (or however) archived or worn out tapes. Depending on the amount of data backed up, you can store several months worth to a single HDD (backing up essential data, not making snapshots every week or month). You can always "archive" the drive and put in a new one every so often. Replacing the HDD in the exte
        • That's what we do, using rsync and hardlinks to make differential backups. It takes up much less space - eg, if you do daily backups and keep two weeks worth, it takes up 100% of the original space plus whatever data has changed during in the 14 days. The best part about that method is that it's simple to restore. I don't know if you've ever tried to restore from tapes - especially when you're doing incremental backups - but it's not the funnest thing to do. Restoring from the hard drive is simple, because
      • A decent grandfather-father-son backup system needs 25 devices!!!
        Which most lay people will hear as "It's way too expensive and too much trouble; don't even bother". A less-than-ideal backup system that gets used is much better than an according-to-Hoyle setup that's too complicated for the users.
      • What happens if Joe User comes to me and says he wants that file he deleted 6 months ago? I tell him if he wanted it, he shouldn't have deleted it. I'm not sure about other companies, but the amount of crap created every day in my organization would take a truck load of tapes to archive. If something is important it gets put in a specific group of network shares which get archived, everything else is under a daily backup schedule, with a retention of 1 month.

        I too use a HDD backup system, although with m
  • Images (Score:3, Interesting)

    by RancidPickle (160946) on Thursday January 04 2007, @05:42PM (#17466124) Homepage
    I have a group that uses an old disk imaging software set (Ghost Corp 7) to dump client disks to a server every weekend, then they dump the files to tape. If you have access to an imaging software product like Ghost Corp 7 (the Symantec abominations suck), I'd suggest setting up an older server as the backup system (and include the tape drive), then dump the clients and your main server to the backup server. Leave the images on the backup server HDD for fast restores, and use the tapes for offsite backups. This system has worked quite well for a couple of years.
    • That's too much trouble (and cost) to go through for a small business owner: a dedicated server, a tape drive, tape changing, etc.

      Remember, on small scale (i.e. non-edu, non-1k+ employees) tapes REALLY SUCK.

      External hard disks is what she needs. On or off-site.
  • I used tar and gzip glued together with command line PHP to manage a tape library. Worked fine for years.
    • Do you have a copy of the script? I could do with that for the server I'm building right now.
    • Earlier versions of the Legato software (Then Veritas) were actually little more than front ends for a tar backup process. If the system was completely toasted and the Veritas software was unavailable you could just use tar to extract critical data (presuming that the tape didn't hold interleaved backups).

      I wouldn't be surprised if it continues to be that way now.

      The important thing that Legato provides is a reasonably well designed database / tracking system so that you can get the proper tape to the

  • by malraid (592373) on Thursday January 04 2007, @05:57PM (#17466376)
    ...that someone will always have it's eyes on my screen. So... no need to back, just have to ask somebody what I was writting or reading.
  • Bacula (Score:3, Informative)

    by jamesh (87723) on Thursday January 04 2007, @06:06PM (#17466470)
    Bacula [bacula.org]

    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)

      I second this. Bacula v2.0.0 also adds encryption support via openssl and a number of other goodies like a web-based interface to look at previous backups and schedules. It also supports pre- and post-backup scripts so we can do things like near-live MySQL backups (via mysqldump) and has a highly-configurable scheduler.

      I work for a small/medium business (~150 employees) with a variety of Linux, BSD, and Win32 hosts, and we use bacula for all our backup work. Actually, we are also using BackupExec for a few
      • Interesting - I've not heard of Bacula before now, but it sounds very cool. I'm with a small small business, but they've been using BackupExec for some time now. It's a Windows shop, and so they're backing up a Win2003 file server, and SQL Server 2000 databases. I know they had to buy extra addons on top of the BE software in order to interact with the databases (so they wouldn't have to start and stop the db service) and to be able to backup "open" files. They're all backing up to a VXA tape library.
  • I set up 2 Bright Sparks' product SyncBackSE for a relative, a few months ago. I needed something in a hurry, and that could be "click the button simple" for them. (It offers a lot of configuration options, but appears to have some decent defaults and allows for "profiles" (my word) that a non-expert can simply select and run.)

    Simple also to the point of not hanging on open files if the user wasn't clever enough to close them, or Windoze got "stuck" holding an open file handle (can't count the number of t
    • I'll second that. SyncBack is top notch and dead simple. The price is well within any small business budget, and simple enough for just about anyone to set up for manual backups or scheduled.

  • We do small business consulting and when a client can't afford backup exec or retrospect(neither of which I like) I just make a old box a ClarkConnect Linux box and run backups via Bacula. CC has a web interface for backups, and similar functionality to backup exec, with clients for storage, and backup clients. I.e. you can run Bacula client on a windows machine and then backup that machine remotely without sharing its files, and you can run a backup file server on your windows machine without it being a smb share. I suppose you could get this functionality with any version of Linux, but I like that the end users have a web interface, should they need it. plus I'm not the worlds best Linux guy, and it is super simple to setup. oh, bacula supports most tape drives, but I've never really tried it with them, external hard drives are way cheaper, and easier to use than tape these days. if you don't have a spare machine around, setup vmware server and just run a virtual linux box. sounds a little odd, but it works great.
    • As I also posted elsewhere, Bacula 2.0.0 has just been released with full (director, stored, filed) support for Windows. At a guess, i'd say that running it on Windows directly would be preferable to running it on Linux on VMWare on Windows. Running it on Linux directly would be better still though, if you had the hardware.
  • It [backupassist.com] is cheap ($147) and supports the native NTBackup format.
  • Use roaming profiles and map the My Documents off to a home directory on a Linux box.

    Use the tapedrive to back up the linux box.

  • by CFrankBernard (605994) <frank@1wi[ ]om ['t.c' in gap]> on Thursday January 04 2007, @06:26PM (#17466744) Homepage
    NovaBACKUP (PC World Best Buy; offers tape encryption)
    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.htm l?AfID=13778 [genie-soft.com]

    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]

  • by nizo (81281) * on Thursday January 04 2007, @06:32PM (#17466820) Homepage Journal
    While tar may or may not be available (or useable) under Microsoft Windows, you might want to consider one pitfal when using tapes for backups: if the office burns down and you lose your tape drive, unless you keep a spare drive offsite you now have a box of useless tapes until you can find and purchase a new tape drive that can read them. The advantage of removeable drives in this case is you can plunk them into any PC and get at the data right away.
  • For the last 15 years, before Windows 95 even, backup software has been some of the worst, most unreliable software commonly used. As far as I know, there are no good solutions.

    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:
    1. 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.
    2. There seems to be a social breakdown at Symantec. The company seems to have far too few people with technical knowledge.
    3. 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:
    1. 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.
    2. 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.
    3. The command line interface of TrueImage WorkStation seemed full of bugs when it was first released. Apparently the release was far too soon.
    4. 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.
    5. 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.
    6. 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.
    • Here are more notes to go with my parent comment:

      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]
  • There are a lot of backup solutions out there. But once you move into the realm of Windows Server, they tend to jack up the prices considerably for the same product just so it'll work on Windows Server. I did a lot of researching for an incremental backup system where I work that would give me flexibility with restore, native harddrive backup, and would be ideal for a few hundred gigabytes of dynamic drive space all the employees work off from (like 15 shared folders on it). But I didn't find anything th
  • I've had great success with StoreGrid [vembu.com].
    I use the free version with a $20 plugin that allows "open file" backups.

    I have it set to a continuous incremental backup of my most vital files, plus a weekly full backup, storing two whole backups at any given time, on a second drive, which in turn gets cloned to a mirror drive (yes, I've lost data before, so I'm paranoid).

  • http://www.backupexec.com/ [backupexec.com] version 11 moved totally in the right direction
  • I use Cobian Backup to backup some Windows data via FTP to an offsite server, but I'm not really happy with it. It was a real pain playing with the settings until the backups completed successfully. They would hang after a while and it took some trial and error to get them working, but my backup tasks are never marked as finished even though I can check the backup and see that they really are done. Cobian shows that the backup is still in progress until I reboot! The cancel button doesn't even work! I
  • by GrpA (691294) on Thursday January 04 2007, @07:29PM (#17467558)
    Especially as it claims to be "The Most Popular Open Source Backup and Recovery Software"

    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.
    • We run AMANDA in our small setup. It is fantastic. The scheduler is quite sophisticated & backing up to tar makes disaster recovery easy. Not having to purchase client licenses is also a big plus

      I've used Retrospect. It was "O.K.," but the above reasons make AMANDA a better fit.

      We have a 5 TB RAID-5 FreeBSD server and a handfull of clients (mostly windows, but a few OS X and Linux boxes). The cygwin clients work well & there are now binaries, so you don't have to compile it yourself (as we did
  • Backup Links (Score:3, Interesting)

    by thisNameNotTaken (952374) on Thursday January 04 2007, @07:45PM (#17467706)
    Try these:

    G4U

    http://www.feyrer.de/g4u/ [feyrer.de]

    Cobian

    http://www.educ.umu.se/~cobian/cobianbackup.htm [educ.umu.se]

    Both work well.

    Jeff
  • Why bother with a Windows solution? Is your tape drive that horrible? If it's scsi, there should be no problem mounting it up elsewhere and using all the normal tools like tar.

    It would be easier still to use an external hard drive and grsync, a gui for rsync.

  • I am not affiliated with BackupAssist ( www.backupassist.com [backupassist.com]) in any capacity other than a customer and have been thrilled with the product.

    Simple and easy to use interface, multitude of options, logging, reporting. One of the features that I find most compelling is that the program is essentially a gui wrapper for the Windows Backup program and thus works perfectly with all the server and professional versions of windows seamlessly.

    All too often we must make do with microsoft offerings, Backup Assist make

  • Now supports encrypted backups.

    Backup Exec does have it's problems on occasion, but it does seem to get the job done.

    -ted
  • Here's a setup I'm using which works fairly well:

    On the backup server, a removable hard disk bay in one of the 5.25" bays, SATA, connected to an eSATA adapter in a PCI-X slot. Along with this, 10 bog-standard SATA drives mounted in enclosures designed to dock in the 5.25" bay. The eSATA adapter supports hot-swap, so swapping the drives is a simple unlock, swap, lock process. For software, I'm using Backup Exec. The catch is that when formatting the drives, Windows Server reserves mount points even whe

    • Excellant caveat. I was using a SCSI tape for backup on the one server my company used to run (a bazillion years ago) and when to examine the tapes produced by NT 3.5.1 (or very early 4.0's) backup tool, a number of them were unreadable. I did not have the same problem on Linux with the "st" commands and tar. Also, be careful of ecryption and compression. Let's say a few bits on the tape get flipped. Uncompressed, this can result in one or a handful or corrupt files. On a compressed tape you could loo

    • Funny, I've had the exact opposite experience. The agent crashes if you use timestamp-based incremental backups on x64 machines. The problem existed in 10d also. It was a known issue, yet it took roughly 16 hours with support which achieved absolutely nothing except me having to find a place for a few terabytes of storage when they refused to help me further unless I wiped my backup store, and that was only acknowledged when I narrowed the problem down myself with god only knows how many more hours of shotg

      • BTW, no, the x64 problem is not fixed in 11.

        Oh, and 2003 remote agent installs STILL isn't supported. It works about half the time, the other half it fails with auth errors even when I got frustrated and tried installing it with the Enterprise Admin account and I've gone over every scrap of domain and local policy on these machines personally. Who the fuck knows why it doesn't work? Symantec tech support certainly doesn't, and that doesn't seem to bother them much either.

        I love my job, every last user tha

      • Templates are great, but you'll run into bug after bug after bug as soon as you try a job with the slightest complexity. Go ahead, call tech support. The first thing they'll recommend is that you set up the jobs manually. It only takes an hour or two to convince them that the templates are one of the only decent features their horrible product has, for all the good that'll do you; more than likely, you'll just end up finding out exactly how patient you are.