simple file server for a small office

I’ve been asked to come up with a backup solution for a small office (8-10 users).
They were thinking of going for a off-site ftp server. Is that reasonable? The data is mostly going to be office documents / audio.

What i’m concerned about is the type of hardware needed. Its all about the damn thing being able to stay on 24/7. What do you guys suggest? Can a desktop computer be converted to run a ftp server for 24/7 (i know it can, but is it feasible/reliable), or should I suggest that they get those cheap dell rackmount thingies.

Re: simple file server for a small office

how much data as of today?
wat abt the incremental data?

Re: simple file server for a small office

office is not setup as of yet. but, i'll ask them this ..

Re: simple file server for a small office

Nomaan, how about an external USB drive, it will probably cost you less than the cheap dell server. Some of these drives come with their own backup software....but all of this depends upon what is the required retention policy?

Re: simple file server for a small office

with 8-10 users... i think a good xp machine would be sufficient...
if company is loaded,,, make 'em buy a rackmount server, with windows server 2003 enterprise ;) and then buy veritas backup software... it will be a good learning experience :)

Re: simple file server for a small office

^ unethical behavior will land you in a lot of trouble someday.

Re: simple file server for a small office

:)

i don't think they're loaded. i'll probably go for some low voltage/low temp cpu (venice 3000+ ?) and let cool and quiet down clock itself...

They all have USB keys (1 gig) and cd/dvd burners. But, you know how it is with the office ppl, they never remember to do backups. I can automate the process, but then, having the backup right next to the source is not really a good move in my opnion ..

Re: simple file server for a small office

advice taken … :slight_smile:

nomaan… i like the external drive option on a standalone machine (on 24/7 with good cooling features)… but yea u r rite.. u have to automate the process for it to be a success … you can ask users to save in specific directories [if not one directory]and then schedule backups at the end of the day…

Re: simple file server for a small office

a technical advisor of that office has suggested that we might go down the Server (WIn2003) and domain route in a year, but now ...

we'll keep it simple

thats good. i can use some hands on experience ..

Re: simple file server for a small office

For small office, Windows Server 2003 might still be a very good option for the Windows Sharepoint Services that's bundled in. It's very good and easy to use for stuff like employee websites/portals, Office integration, Issue management etc.

Take a look at that component if you haven't already. It will save you a lot of "can you do this for me" tasks

Re: simple file server for a small office

Get this: Power Elf II - Server appliance

Server appliance features include antispam and antivirus protection, internet sharing, web / email server services, advanced file / print services, auto-defense™ firewall technology, VPN, intrusion detection, remote administration, and a multitude of other functions are also included, in a pre-configured, and ultra-reliable package.

I have a similar server, Cobalt Qube 2, and once had it running 24/7 for 2 yrs and it just kept going. That server is from IBM, but I think IBM took it out of production or is about to.

As for backup you can write a simple batch file that can run at login time and backup whatever files are needed (e.g. .doc, .xls etc). I wrote one for a client once so let me know if you need help in that.

Good luck!

Re: simple file server for a small office

If you want in house solution & as you said the company cannot spend much .. then here is the solution.

Get a P2/P3 machine with 128MB RAM & large sized HDD(s) (I dont know how much storage do you have & how big backup do u require?)... Install BSD/Linux, install samba over it & mirror it with your actual file server.

BSD/Linux comes with FTP server (proftpd), configure accounts for each user. You can disable SSH access & enable SCP for Secure filecopy for each user too, if u are security paranoid guy. SCP has its own drawbacks though e.g. not very good unless u know exact filenames & their location in ur home directory.

Re: simple file server for a small office

thats for all the replies ... i'm going on vacation to Pak :), so once i come back, i'll look into this..