Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Im taking over the lead IT position for my college's raido station.
Right now all the important files (music and otherwise) is not being backed up or anything.
There is a spare server right now that i want to use but i have one of two options.
Option A) Set up a backup server (running something like amanda) or something of that sort. Use this to make automated backups and then restore in the case of a failure.
The one problem with this is if the file server goes down there is going to be a large downtime especially if im not around.
Option B) Set up a replicating server that will be used as a failover. So it will be a clone of the file server and then incase something happens, we can just change the IP address of the failover server and it should be good to go.
It would have to do backup the file server automatically but not do failover automatically.
I have no idea where i would start with this one (asside from just building a samba server).
Im looking for some help and ideas to head in the right direction.
Definitely replicate the data to the other server. Start by looking at rsync. But also, if possible, backup the replica server to a removable hard drive or other media using cpio, tar, backuppc etc.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.