Slashdot Mirror


Ask Slashdot: Open Source Back-Up Tool For Business?

New submitter xerkot writes: I am looking for a tool to make backups of PCs in a big company. We want to replace the one that we are using at this moment for this new one. The tool will be used to do backups of PCs (mainly Windows, and a few Linux), and we want to manage these backups centrally from a console, being able to automatize the backup process. The servers of the company are backed up with another tool, so they are out of scope. In the company we are being encouraged more and more to use open source software, so I would like to ask you, what are best open source tools to do backups of PCs? Are they mature enough for a big company?

3 of 118 comments (clear)

  1. Re:Never mix business and ideology by martiniturbide · · Score: 5, Interesting

    Open Source is not only an ideology, it is a tool to reduce the risk of dependencies on a single vendor. I found that his question is very valid if he wants to reduce vendor risk.

  2. Bacula by Trevin · · Score: 3, Interesting

    I use Bacula for my home computer; it feels powerful enough for a small office, and is very versatile.

    It has three main components: a client daemon that you install on the computers you want to back up, a storage daemon that you install on the computer that will write the backup files and/or tapes, and a director daemon which controls the backups. The director and storage daemons only run on unix-like operating systems (BSD, Linux, Solaris) but the client daemon has also been built for MS-Windows.

    http://blog.bacula.org/

  3. OwnCloud, and back up that server by cerberusss · · Score: 5, Interesting

    I worked at a scientific institute, and they simply installed OwnCloud everywhere. It's got a client for most platforms, syncs to a server, and allows you to back up the server in the usual fashion.

    It worked so well, that when I started doing consulting (at the client site), I got my own VPS with Debian, and installed OwnCloud server on that. Then installed the client on my private laptop and the laptop that I got from the client. Works beautifully, because communication is over HTTPS. Company firewalls don't block that. I tried other things like BitTorrent Sync, but these use special ports.

    --
    8 of 13 people found this answer helpful. Did you?