Web Server Backup
We are small web hosting company. We are currently looking for backup solution which can instantly recover everything back as quick as possible.
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
Web Space As Personal Backup
Does any reliable hosting company that offers hundreds of gigs space allow "personal backups", ie. non-web content? I've been looking at ToS of some big names but most if not all don't allow this. It would be only 1-2 gigs, so I might get away with it anyway on most hosts, but would like to avoid problems in the future. Dreamhost offers both SVN and rsync, which I'd like a lot, but they clearly forbid such use. And, I do have an external hard drive and very important files are also on DVD and memory stick, but since I need to purchase webhosting I'm looking at this extra option too.
View Replies!
View Related
Open Source Backup Software For Web Hosting
Is there any Open source backup software available for web hosting companies? I have a few shared hosting servers and a few dedicated servers and I want to setup a backup server for the backup of the data and config files of the servers. Please give me the names of some good open source backup software.
View Replies!
View Related
Improve Performance- Web Server, SSH Server, And Mail Server
I've got a VPS which is serving as the main server for a number of sites. Web Server, SSH Server, and Mail Server. What I've got running: Apache2, PHP5, MySQL5, Dovecot, Postfix One of the sites is a growing forum with a MASSIVE photo album. This is the site where I notice the most slowness. Changing the server software is not an option - Only optimization. Quote: Originally Posted by httpd.conf ServerTokens OS ServerRoot "/etc/httpd" PidFile run/httpd.pid Timeout 300 KeepAlive Off MaxKeepAliveRequests 100 KeepAliveTimeout 5 <IfModule prefork.c> StartServers 8 MinSpareServers 8 MaxSpareServers 13 ServerLimit 256 MaxClients 256 MaxRequestsPerChild 50 </IfModule> <IfModule worker.c> StartServers 2 MaxClients 150 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 25 MaxRequestsPerChild 0 </IfModule> Listen 80 LoadModule auth_basic_module modules/mod_auth_basic.so LoadModule auth_digest_module modules/mod_auth_digest.so LoadModule authn_file_module modules/mod_authn_file.so LoadModule authn_alias_module modules/mod_authn_alias.so LoadModule authn_anon_module modules/mod_authn_anon.so LoadModule authn_dbm_module modules/mod_authn_dbm.so LoadModule authn_default_module modules/mod_authn_default.so LoadModule authz_host_module modules/mod_authz_host.so LoadModule authz_user_module modules/mod_authz_user.so LoadModule authz_owner_module modules/mod_authz_owner.so LoadModule authz_groupfile_module modules/mod_authz_groupfile.so LoadModule authz_dbm_module modules/mod_authz_dbm.so LoadModule authz_default_module modules/mod_authz_default.so LoadModule ldap_module modules/mod_ldap.so LoadModule authnz_ldap_module modules/mod_authnz_ldap.so LoadModule include_module modules/mod_include.so LoadModule log_config_module modules/mod_log_config.so LoadModule logio_module modules/mod_logio.so LoadModule env_module modules/mod_env.so LoadModule ext_filter_module modules/mod_ext_filter.so LoadModule mime_magic_module modules/mod_mime_magic.so LoadModule expires_module modules/mod_expires.so LoadModule deflate_module modules/mod_deflate.so LoadModule headers_module modules/mod_headers.so LoadModule usertrack_module modules/mod_usertrack.so LoadModule setenvif_module modules/mod_setenvif.so LoadModule mime_module modules/mod_mime.so LoadModule dav_module modules/mod_dav.so LoadModule status_module modules/mod_status.so LoadModule autoindex_module modules/mod_autoindex.so LoadModule info_module modules/mod_info.so LoadModule dav_fs_module modules/mod_dav_fs.so LoadModule vhost_alias_module modules/mod_vhost_alias.so LoadModule negotiation_module modules/mod_negotiation.so LoadModule dir_module modules/mod_dir.so LoadModule actions_module modules/mod_actions.so LoadModule speling_module modules/mod_speling.so LoadModule userdir_module modules/mod_userdir.so LoadModule alias_module modules/mod_alias.so LoadModule rewrite_module modules/mod_rewrite.so LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_balancer_module modules/mod_proxy_balancer.so LoadModule proxy_ftp_module modules/mod_proxy_ftp.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule cache_module modules/mod_cache.so LoadModule suexec_module modules/mod_suexec.so LoadModule disk_cache_module modules/mod_disk_cache.so LoadModule file_cache_module modules/mod_file_cache.so LoadModule mem_cache_module modules/mod_mem_cache.so LoadModule cgi_module modules/mod_cgi.so Include conf.d/*.conf User apache Group apache Quote: Originally Posted by my.cnf [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock # Default to using old password format for compatibility with mysql 3.x # clients (those using the mysqlclient10 compatibility package). old_passwords=1 [mysql.server] user=mysql basedir=/var/lib [mysqld_safe] log-error=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid
View Replies!
View Related
Using Domain Name Server (DNS) And A Backup Server
I currently have two VPS servers, each with 2 DNS names running on them as follows: dns1.mydomain.com (on Server A) dns2.mydomain.com (on Server A) dns3.mydomain.com (on Server B) dns4.mydomain.com (on Server B) I have websites running on each server and I would like to have something set-up so that when one server goes down, the other server displays a nice page saying the website is unavailable currently and will be back shortly - you know, something nicer then the normal "Server Not Found" default messages. What is the best way to do this? If I have CLIENTDOMAIN.COM and put them on Server A and they use all 4 DNS server names, will the top two DNS names always be used by people finding the website, and the bottom two choices only be used if the top two can't be found? I believe I have to create an account on Server B for them as well, just only placing the temporary page within the account, rather then a whole copy of their website. Correct?
View Replies!
View Related
New Server Without OS (Remote FTP Backup Server)
I just purchased a new server with 4 hotswap HDD of 250GB each and reload with new CentOS 5 without any host control panel. The purpose is to backup all my other Cpanel servers data remotely. All my Cpanel servers are fully managed servers. This is the first time i'm going to do all things by myself, so I'm really a newbie. Please don't advise me to hire a server admin because I end up learning nothing I need to learn.. 1. My first step now is to secure & harden the server. - Can anyone mind to share with me valueable knowledge of basic server security & hardening? I was also thinking to use sudo root password which my serveradmin actually did but I don't know how. But su - access level would be OK too. - I also need to install firewall and close all kind of port and block all SSH connection from all kind of IP except my server & my own IP address only. Can anyone provide me a guide? 2. Secondly what I need is to install FTPd and create user for each hard drive with 2 directory inside. /sda/server1/ /sda/server2/ /sdb/server3/ /sdb/server4/ /sdc/server5/ (reserved for future server) /sdc/server6/ (reserved for future server) /sdd/server7/ (reserved for future server) /sdd/server8/ (reserved for future server) Does anyone knows where to find documentation how do install ftpd and how to setup user pointed to the specific directory.
View Replies!
View Related
Rsyn --backup --backup-dir Switches For Incremental Backs
I current do some rsync backups with a command like so every day rsync -az -e ssh --stats --delete --exclude "stuff" / user@server:/home/user/ What I want to do is have some incremental backups in there in subdirectories. So, for example, something like this on the remote server /home/user/something.tuesday /home/user/something.friday I thought the --backup --backup-dir Switches were used to store just the files that had changed in seperate directories, am I wrong on that? I've read everything I could find, including the big rsnapshot scripts, but I'm not able to do what I want, it seems so simple but something's not right, am I wrong that subdirs should have just files that are new or have changed. I tried various things like this, but had no luck rsync -az -e ssh --stats --delete --backup --backup-dir=/home.Thursday --exclude "stuff" / user@server:/home/user/
View Replies!
View Related
Backup Server
I'm looking for a dedicated machine that will be used solely for rsync backups. (I don't want to use a shared rsync solution) Requirements are simple, at least 1TB HD and < $99 a month. Should have a decent amount of RAM and processor, but other than that, I would think any reputable provider would do. Most places I find a suitable server for $49 and then see it's another $50/mo. to upgrade to a 1TB hard drive. Hard to believe the markup for these larger drives considering they go for, what $89 now?
View Replies!
View Related
What Need For Backup Server
I have dedicated server for web hosting selling. This days i will buy this server [url] when i buy server on santrex what i need to setup on that server to he work like backup server for my other web hosting servers? Wich software and something else?
View Replies!
View Related
Server Backup
Time(GMT): 08:00 pm, My server takes a daily backup , at that time all my Client’s forum down(PHP)! why ? I do not know .!! it takes approximately 15 min. It comes like this: (There seems to have been a problem with the ×*×* *×*× database. Please try again by clicking the Refresh button in your web browser. An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem)
View Replies!
View Related
Server Backup Methodology
How do you handle the backups on your server? I just got a new dedicated server and our server does automatic backups, but I think it only saves to the existing hard drive. How frequently do you back up? I think the standard is every Sunday or Sunday/Wed depending on your traffic load. Where do you put your backups? A remote FTP server? A second hard drive?
View Replies!
View Related
Cheap Backup Server
Any recommendations for a cheap backup server? Budget less than $50. Either a 500GB or 1TB drive. Don't recommend those backup services like BQ. I can get a whole server for cheaper than their prices. The only one I've come across is this Atom: [url]
View Replies!
View Related
How Do You Backup Hosting Server
we going to running a hosting company but not sure how to manage the backup server Server A = 10 host accounts Server B = 15 host accounts Server Backup use rsync to get 25 account will it be work? and each domain the name server ns1.host.com < - Server A ns2.host.com < - Server A ns3.host.com < - Server B ns4.host.com < - Server B ns5.host.com < - Server Backup ns6.host.com < - Server Backup www.abc.com ns1.host.com < - Server A ns2.host.com < - Server A ns5.host.com < - Server Backup ns6.host.com < - Server Backup if server A down, so auto point to backup server so is it work?
View Replies!
View Related
VPS As A Backup Server
i'm running trixbox on vmware on my home vista (because i need the media center) box.. perfecto.. Anyway, i'm thinking about setting up a virtual box just as a backup server (ns3.xxxx.com?) for times like now when my server decides to fall out of the sky and nobody at dedicated now feels like responding. I'll try not to bring that issue to the forum but point is, has anybody ever used a VPS as a backup server? it sounds pretty simple actually if i could get one right now i'm game since without their e-mail my clients are helpless and they are blowing up my phone as i type. Other question is regarding e-mails (the primary concern), many of these guys (my clients) still love squirl mail, how can i keep the boxes on either server synced? so when one is down the other 'continues'?
View Replies!
View Related
Backup Server, Connecting
I got my backup server yesterday. It's connected to the second NIC on my main server, where I have all of my domains/accounts. The server provider gave me a password and a ip address to the backup server, 192.168.x.x I have tried to log in to the backup server with ssh and ftp from my main server. Nothing happens, I can't connect. Am I doing something wrong? I thought it just was to log in to my main server, and then ssh or ftp to the backup server.
View Replies!
View Related
Specs For A Backup MX Server
setting up a Backup MX server for my domains and I was wondering what sort of a spec'd server I'd need for around 20-40 domains. The 20-40 domains aren't hosted on the same network/server so it would be unlikely for all of them do go down at once...but at the same time I dont want any emails to go missing.
View Replies!
View Related
Offsite Backup Server
running my own servers but i have been hosting websites for a years now using a dedi server in the USA through c-Panel, now i am looking to offer my clients offsite backup to a local server at my end, offering small to large packages of bandwidth and storage. Anyway i have all that sorted the thing is i had a webpage developer create the pages for me and configure it to my ip address (as im not using a domain name for this server) the problem im having is hosting these pages on my centOS 5 server setting up apache, ftp, etc. i require a username and password for each of my clients and when they log in they will be displayed with there file inventory including the files they have uploaded, where that is the other problem i am having creating username and passwords for each of my clients what would be the best software that could do this? remember these backups are via ftp and a web based interface for files up to 500mb but to use a ftp program i will still need to create a username and password for each of my clients
View Replies!
View Related
Backup On Cpanel Server - How And Why
How should I go about the backup of my cpanel server. I have 2x 250gigs drive in raid 1 + 1x 250gigs hd mounted as /backup I also need offsite backup. Im reading, and im a bit confuse how I should approach this backup thing. Here are a few of my questions: 1) Should I use the built in cpanel backup or a different script? 2) With offsite backup, rsync seems to be the way to go? 3) If I have a 250gigs drive as /home, it seems that my /backup drive needs to be way larger to accept daily / weekly / monthly backup? 4) Is offsite also needs daily /weekly / monthly backup?
View Replies!
View Related
Exchange Server Backup
We are currently using Veritas BackupExec to backup our in-house Exchange Server. However, we ALWAYS get some type of error when using this program, whether its the "Advanced Open File" piece of the program, or just what it calls a "corrupt email," I'm fed up with it. Does anyone have any suggestions for a sub-$100 program that can backup everything Exchange (database, emails, etc.) and has open file protection (for backing up system files, etc.)?
View Replies!
View Related
Create Web Server Using Windows 2003 Server
I have three machines in network. One is server with Windows 2003. And rest two are having Win XP Professional and MS Office with Publisher. I want to create website using Publisher on one machine and put to Web server created on Win 2003 server. So that other machines on the network can browse my thsi local website.
View Replies!
View Related
Using Rsync To Backup An Entire Server
The backup program (cpbackup) that comes with WHM/Cpanel is not ideal for our current situation. We have lots of third party applications installed on our server along with many customized configuration files. We need a solution that will backup everything and allow for fairly simple restoration. How viable is rsync for full server backups? Can it handle 100 GB of data? More importantly, how would you restore the backup to a new server? If the new server already has an OS the restored files would break the system, right?
View Replies!
View Related
Best Backup Solution (Cpanel Server)?
Example: I have 1 server for hosting, 1 server as Dedicated Backup server (Pls don't recommend me outsourced backup server as I already got one) I am looking for a solution which I am able to do daily backup while keeping low server load as well as able to restore it quickly when I need it. It's a cpanel servers. I understand that CPanel own backup method will tar my files (but I have too many accounts) and it also takes a lot of my server CPU resources which slows down my hosting server. I am now using rsync which does incremental backup that really works and I am happy about it but I paid $55 per month for 1 cpanel servers as I oursourced the rsync installation & server management backup. I have few servers and I don't find it cost effective. Anyone here can suggest different kind of method which I have not known yet? Or I would really appreciate if someone do not mind to share installation procedure for rsync with me. I tried to google for it and find them all very shallow information. This is not a try-and-error.
View Replies!
View Related
Remote Backup Solution For Server
backup service for my dedicated server that can do the following: Take backups of the server without my laptop being involved when the backup takes place. (So I can take a vacation for two weeks and have my laptop turned off - while backups still taking place). Strangely I have found it impossible to find such a service ... All services I have looked at require my laptop is turned on and running some software while backup of server is takeing place.
View Replies!
View Related
Redirect To Backup Server Automatically
I have a server in a country (Location 1) and I have my company website on it and in this country the connection is very fast but not very stable so I have the same website on another server (Location 2) as a backup server so I want to do is as the following: - www.mywebsite.com > Website loads from my Server at Location 1. - Server at Location 1 is down. - www.mywebsite.com > Website loads from my Server at Location 2. - Server at Location 1 is back working. - www.mywebsite.com > Website loads from my server at Location 1. How can I do this in DNS options? Also Can you suggest an easy way to do realtime backup from the server at Location 1 to Location 2 so that any changes made on Location 1 are cloned on Location 2?
View Replies!
View Related
Remote Cpanel Server Backup
i run cpanel on centos, and i backup all websites and system setting to the 2nd hd by whm's backup feature everyday, i want to ask if any script or method i can backup all the files to another server in a period of time, it may be a week or 3 three days...etc,
View Replies!
View Related
Why Is RAID 1, Just Use A Backup System/server
I haven't yet broken into the realms of dedicateds, although I have a decent VPS and am anticipating the need to get a dedi in the future. Hence I'm wondering briefly why exactly RAID (insert some random number?) is recommended? I know it does something to do preventing hard drive failure, although would an efficient backup system be a decent alternative with regards to cost?
View Replies!
View Related
CPanel Server Backup Drive
After adding a second drive mounted as /home2 for backups I attempted to use the cPanel "Configure Backup" and I get the following message. Quotas cannot be built! Your cpbackup destination is on a filesystem which has quotas enabled. Please move it to a filesystem which does not have quotas turned on or a separate partition/disk slice mounted at /backup.Backup has been disabled to prevent quota problems... All searches on how to resolve this really reveal no solutions. I did a google search on "disable filesystem quota" among others and could find nothing.
View Replies!
View Related
Offsite Backup Of Dedicated Server
I have a managed dedicated server at a co-location. While the service I pay for runs the Cpanel backup function, I feel I need to provide a better service to my customers by creating an exact duplicate(image) of the drive itself. I don’t want my customers to lose their databases and web site information. I need help with creating a Plan B. The plan I thought might work, would be to get a workstation, download Acronis and make an image of my dedicated server on a scheduled basis. The reasons I thought this was a good idea: 1) I would have the image in my hands(my control), should something happen to my main hosting server. 2) It would create a complete off-site back-up. 3) It seemed cost effective. What if Scenario: So my main hosting server gets taken away in a hurricane and the data center will not be up and running for 3 months. I have an image of the hard disk, now what do I do with it?
View Replies!
View Related
How To Backup Database (cpanel Server)
I have a crucial database (mysql). My server is running cpanel. It has daily backup but it is not enough as it is running a lot of transaction daily. I would like to run the backup to backup database only every 30 mins using cronjob. How do i do that in crontab. I have root access to the server.
View Replies!
View Related
Setting Up My Own Ftp Backup Server
i just lease a server that comes with 2 hard drive. i want to make use of both hard drive as fully dedicated backup server to backup my other server via ftp. i have no problem with first hard drive as I can easily create the ftp user via directadmin to /home/backup1 the thing i am having problem is now, i've mounted the /dev/sdb1 as /backup2 now the question is, how am i able to create a FTP account (in DirectAdmin) pointing it to /backup2 ? Or how do I do it in ssh command?
View Replies!
View Related
SusE / MAC X-Server Backup
I'm working with a local startup and we are looking into potential backup solutions. We have roughly 9 servers all running some variation of susE linux (some straight susE and some X Server which runs off susE). We are needing a backup solution that will allow us to securely get data off the servers on a regular interval. We are unable to move the data off site as we are running on a single T1 line with moderate utilization, certainly not enough BW to go off site.
View Replies!
View Related
Backup Server Control Panel
I am in the process of getting my new colo setup going. My initial colo is on a per server basis so I don't need a switch right away. I am however going to add a switch so I can have my servers connected privately to a backup server in the same rack. On this backup server, what is the best type of "system/control panel" to use to setup the backup accounts for each of my servers? I could just create accounts manually via the Linux command line, but curious if there is a good way to do this (Webmin maybe?). Of course this server will not be accessible from the internet, it will be on the "private" network and accessible from the other servers. How are those with a similar setup doing this?
View Replies!
View Related
Dedicated Server Backup/Uptime
I currently run a business that has 125 to 150 domains, with 150GB worth of files and databases. Right now my business is hosted on Hostgator. The files and database are not 100% protected if a hard drive crashes. I Found www.mosso.com and they take all my hosting problems of 100% uptime and backups away, but they also create a few because I don't get command line access to a server. We use GIT to manage the upgrade and development process of the application, so we need command line access. My question to you is: How do you handle this backup issue? If I can take my focus off of making sure there is 100% uptime and backups if something crashes automatically, I can grow my business much faster.
View Replies!
View Related
|