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.
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.
I have a 1GB MySQL database (compresses down to 300MB) and would like an automated method of backing it up to a remote server. Both accounts are shared hosting accounts (if it matters, both are running CPanel, no shell access on either).
I want to back-up accounts managed by cPanel/WebHostManager to a remote server. I want to be able to restore to any of the last 7 days. I believe doing an incremental back-up each night can accomplish this best, saving both bandwidth and disk space on the remote server.
Using the back-up functionality built into WHM is appealing because WHM knows what files need to be backed up to do a full restore. However, WHM can't do exactly what I'm looking for either. I've been looking into using rsync as described in this document:
[url]
It looks becaue of the "hard link" capabilities of linux, rsync can be used to create what functions like a full back-up every night but requires a full backup the first day and then each day after that only the incremental changes have to be transfered. However, because I don't know what directories need to be backed up, I'm not sure how to implement an rsyc solution either. (BTW, I want to back-up everything necessary to be able to restore each account except the log files. So, that means MySQL, mail, config info, and whatever the user has uploaded)
I'm using Plesk 12.0.18 version with Windows 2012. I need to backup files to remote ftp server. Remote server configuration is Windows 2012 with IIS server. It works with ftp clients very well.
But, i have a problem about Personel FTP Repository. I open Personal FTP Repository Settings and write all boxes with true information about remote ftp server but it says "Transport error: unable to list directory: Curl error: Login denied".
Ftp server works fine with ftp clients and cpanel backups.
if there are any hosts you would recommend working with for hosting a DB app (MySQL or SQL Server is fine). The trick with many hosts is that the database is not made directly available to remote clients due to security reasons. What I'd like to do is provide the DB hosting for a client/server application we are developing. For many of these users, setting up and managing a database will be too complex, so I'd like to provide the hosting for them.
Additionally, we'll be starting small and will need room to grow -- probably up to fully dedicated hosting.
So -- any good experiences out there with this kind of hosting? It goes far beyond the usual specs of bandwidth, disk space, etc. into needing low server densities, high availability of the DB service, and most importantly, no plans to block remote access to DBs in the future...
setting up a server running ZFS as a backup server. My only problem is that it's very new to me, and naturally I'm skeptical of it's redundancy capabilities etc, I don't want to get burned. Anyone used ZFS, what's your experience with it?
I setup one Linux server, I want use SSH transfer my website data (already .tar) to another Linux server. May I know what SSH command to use and transfer my file to another Linux server?
I'd like to know, how do you backup a cPanel dedicated server to a remote FTP server? WHM's backup only allows you to backup the client's accounts, but not the cPanel settings, or the stuff in /etc?
I have a linux dedicated server and use BMU (BackMeUp) for create cpanel full backup. But this cant create remote backup for me. BMU use "ncftp" for this. and i see following error about this problem:
Time: Fri May 16 03:38:17 2008
The following list of files have FAILED the md5sum comparision test. This means that the file has been changed in some way. This could be a result of an OS update or application upgrade. If the change is unexpected it should be investigated:
/usr/local/bin/ncftp: FAILED So, im install "ncftp" manually, but issue not resolved and i havent remote ftp backup too!
I have already developed shell scripts to automate account management, add/delete users, change quota, passwords etc. I am now working on web interface which will be used for managing the accounts, testing some free scripts and writing tutorials.
So far, my scripts can create chrooted (jailed) accounts with some basic shell commands.
The same disk space is also configured in samba and rsync daemon. Customers can use ssh/sftp or simply mount it as a network drive. Free utilities for Windows users (like deltacopy) work just fine with rsync daemon. Script can also modify iptables-based firewall and allow only certain IPs to access the server but I am still working on that part.
It takes about 10 seconds to create a new account and I have tested it on CentOS server.
I'm thinking about buying a shared hosting plan with lots of space. Anyone do backups to remote ftp server instead of rsync? I was wondering if it was possible to configure ftp in such a way to only transfer files that are NOT present on the remote ftp. This way, it doesn't overwrite existing files and thus save on bandwidth. Is it possible to transfer an entire folder with a ftp command, I know the mput command is for uploading multiple files to another location. Lastly, what are the advantages of rsync over ftp besides saving banddwidth and trannsferring only files that were changed?
I noticed that when "WHM Remote Backup" backs up my websites via ftp, the tar.fz archives are incomplete, meaning the backup is pretty much useless. I have tried with both PASV on and off and it still persists.
Any ideas why?
Also, what is the command to force the whm remote backup to run?
What exactly do you do when you take a remote backup through resync?
For instance, if i signed up with say bqbackup and started resyncing and taking backups, would i be copying all the data from my server to the remote server or is it possible only to copy the cpanel backups made daily/monthly/weekly to the remote space?
Also, when the resync runs everyday, does it replace the old files or does it create a new copy of everything that has changed?