Backup Solutions - Compressing Partition & Transfer

Aug 6, 2008

I administer a busy forum and require a best backup solution.
(Servers are clustered and running Debian Etch)

Currently when backup script packs the whole partition using command:
tar cvzf /backup/webroot/webroot-(today's-date).tar.gz /webroot
But, this causes huge load on to the server and the whole website becomes unavailable during this time.

Since the number of files is huge, it takes around 10-15min for it to finish.

Now, I need another software or a way to limit tar's load on to the system so that the website doesn't go down during the backup process.

(dd would work as /webroot has it's own partition but I'm not sure on how it the load goes with it and also if it works with cron)
Do you know any good solution?

Also, right now all backups are on each server separately.

To clarify, mysql server's backups are on mysql server and actual files' backups are on web server.

As you may have realized, this is very bad as it won't protect me from harddisk failures and hackings.

(Hacker can just delete the whole thing and website will be gone forever...)

So, to prevent them from happening and also for central management of the backups, I got a server just for backups.

Now, I need a way to transfer the backups to it.

What software do you recommend to accomplish this?
(scp, rsync, ncftp, etc...)

Some of you may say R1Soft's CDP is the best but I would like to have that as my last option because I don't want to rely on another company when it comes to backups.

View 5 Replies


ADVERTISEMENT

Backup Solutions

Jun 13, 2009

Presently I run a site on a shared server. I run a database backup every night to the host root and two backup servers and I run a full root backup every week to the backup servers.

I have two questions. One, let's say I lose my entire forum root for some reason and need to run a backup. I use vBulletin and am wondering how that works with the database. Would the database be stored in the root somewhere, or would I have to take one of my database backups, create a new database in cpanel, and import the backup into the new database (and link to it via config.php)?

Second, I'm looking to increase my backup security. I understand that offsite backup servers are great if the site gets hacked, but let's say the server gets hacked. Not that I find it likely, but if it does happen from what I understand the hacker could destroy the rsync'd backups because the key is right there.

I'm looking for a backup solution that would keep this from happening. I'm thinking of going with an external RAID harddrive configuration with DVD backups at regular intervals (probably weekly).

I'm considering using an automatic FTP from one of my backup roots (more bandwidth) to my computer. If I do this, and my main root is compromised, is there any way the hacker could compromise my home computer or backups. Further, is there a way to get the information on my home computer without simply copying everything over every time, because that will really eat bandwidth and take a lot of time. I know rsync is great because it only updates, and thus if I lose all my folders it won't delete the backup, whereas an FTP that happened at the correct time could potentially do so.

View 9 Replies View Related

Backup Solutions

Apr 23, 2009

Is the free linux hot-copy enough? Or should I go with something along the lines of the Linux CDP?

I've never really looked into CDP before so any help would be good. Our current backup solutions are manual, so were looking for something that can be more automated.

View 9 Replies View Related

Affordable UPS Backup Solutions

Sep 4, 2009

I am in need to get a UPS for my 20 amp circuit in one of my datacenters. For whatever reason at least once a month the power will go down for a few seconds and then causing FSCK on my servers.

I need an affordable solution that will give me a few minutes of power so that at least the servers don't crash. E-mail notification would be nice too but not required.

View 6 Replies View Related

Cheap Backup Solutions

Oct 26, 2008

I'm setting up a new VPS, and I'm curious what services people use for offsite backups.

I'm not even really sure what types of options are out there. For my purposes, just setting up some cron jobs to do an rsync to another server would be sufficient. I only need 10GB of backup space.

What services have you all used, and what's been your experience with them?

View 14 Replies View Related

How Transfer Full Backup From FTP Backup To CPanel?

Dec 14, 2008

I have transfer full backup with cpanel to ftp backup,

But,How transfer full backup from FTP Backup to cPanel?

Whitch software?

View 9 Replies View Related

Raid Disk Partition Errorc :: Warning: Invalid Flag 0x0000 Of Partition Table

Mar 16, 2008

I have a disk in raid, but it seems raid is not working correctly. I took it out, and plug into another server without raid. However, fdisk shows error

Quote:

#fdisk /dev/sdb
device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that, of course, the previous
content won't be recoverable.

The number of cylinders for this disk is set to 20023.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)

2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)

Command (m for help):

Should I correct the partition table now, or should I put it in another raid for checking?

View 2 Replies View Related

What Is Linux Command For Compressing The Contents Of A Directory?

Oct 13, 2009

What is Linux command for compressing all the files under a Directory, as
well as all the files in sub-directories under that directory, so that upon
uncompression the files are created in the right directory and sub-directory.

Also of course what is the command to un-compress this compressed file?

In case: the Linux OS here is Redhat Enterprise and the web server is Apache.

View 7 Replies View Related

Resize Partition/create New Partition/lvm

Jul 4, 2008

i have centos 5 server i want install xen on it on my server is just one partion how may i resize this partion( without format partion/with put delete data) and then create lvm partion?

View 0 Replies View Related

How To Easiest Do Backup And Transfer Of Mysql Files

Jun 29, 2008

I have following problem-i have over 20 sites on server and each site has own database.Is there a way to speed up backup and transfer or other server?

Method which i use right now it's following:first i archive entire directory using command tar -pczf name.tar.gz public_html,and then repeat with each directory.But i think i could simply archive all requied directories,but that will took toomuch time,so if i drop connection during archiving it wont be archived at all then.So i think best solution will be to create some kind of batch command which can load in background,so that means command wont stop if client lost connection.

So let's say i have 2 sites and two directories located and different places.

One is at home/site1 and other at home/site2
So i think i would need to put command into batch file
tar -pczf site.tar.gz. /home/site1 and tar -pczf site2.tar.gz /home/site2

Will that work? Also second part,mysql databases,i founded if i login into phpmyadmin as root i can see all databases.I managed to export all databases,but question will import again to phpmyadmin work.I think phpmyadmin create command for each database "if there is no db sitename_mysqlbase,create it",but howmuch i know phpmyadmin have limit with importing size of mysql database.Could that be done with import/export mysql command?

View 5 Replies View Related

Error Backup, Transfer To New Server "Unable To Find The Cpanel User File."

Jul 11, 2007

I have problem:

Searching /root....
Found cpmove-clanpz.tar.gz!
Moving Packge to /root/cprestore/cpmove-clanpz.tar.gz

Extracting tarball....window.scroll(0,175);...............
Done

Extracting Domain....Done

Sorry, the copy failed. Unable to find the cpanel user file. Is the archive missing (cwd: /root/cprestore loaded cpmove-clanpz/cp/clanpz)?
checked 4 files.....

1. /scripts/pkgacct username...
2. Transfer backup to new server
3. /scripts/restorepkg username
4. this error

View 14 Replies View Related

Crissic Solutions

Jan 7, 2009

if you remember recently Crissic Solutions went offline. I was told by Skylar when he came back online i would receive a refund within 5-7 days.

He has yet again, unavailable everywhere i look, and guess what.... i still have no refund that was promised.

View 14 Replies View Related

Galaxy-Solutions.net

Sep 14, 2008

I have been with Galaxy-Solutions.net (GS) for a long time. At first, they were really good, especially Richard Anderson. So, coming to the real story -

I got a new server with them in April -

AMD Dual Core 5600+
2 GB RAM
250x2 HDD
2000 GB on 100mbit shared
5 IPs
cPanel/WHM + Fantastico
Free Remote Reboot port
Free MRTG
for $124.99/month
At that time I had a server with Burst & BurstNET do 50/50 on Bandwidth , 50% in & 50% out, so I asked how bandwidth is measured at GS.
They told me - 2000 GB in & 2000 GB out,

Server was setup with 3 days & all was pretty good.

SCAM/FRAUD #1 & #2 =

I NEVER got the Remote Reboot port & the MRTG stats , & in August (5 months later) I was told that it had been canceled, & they will not provide it as it was insecure.

In the meantime I was told ....

View 14 Replies View Related

Crissic Solutions

May 27, 2008

I thought I would take my time to post and talk about a company hosting VPS's and Dedis...

I was attracted to Crissic when a friend that knows about servers mentioned he had a discount code and they were very cheap.

I decided to try it out and bought 1 month of 128mb "small" VPS for $8.

This was going great once we had sorted out the Nameservers

I was in the process of setting up my domain ukhype.info, When i noticed a email claiming my VPS had been using too much power and had been shutdown. When I inquired, I was told I had installed a bruteforcer and was over using ram. The wierd thing being, I needed my domain to access FTP.

I wasnt sure how to link my domain to a IP, So I gave up for the day. Then I noticed another email claiming my VPS had been shutdown and My Package Canceled according to there TOS they can cancel when they want.

I then noticed Under the privacy act they are not allowed to look through my personal files (even though none exist)

They are in there TOS, not allowed to moniter what I do unless they notice harmful files exiting for entering my VPS...

I am very annoyed since im down my money and my VPS... *since it got shutdown within the first day*

I would go with VPSlink rather than these since they are 24.7 down with no support...

View 14 Replies View Related

Network Solutions - Would You Pay To Go Elsewhere

Jun 20, 2008

I impulsively signed up for 2 years of web-hosting at Network Solutions @ $89 /year, thinking I was covered by their 30 day money back guarantee. Normally I due a little research but I was actually calling them about another matter and made an (uncharacteristic) impulse decision, thinking I was covered by the money back guarantee. Reading the fine print today, their user agreement says it will cost $24.95 per contract year (x2) to cancel. In addition to this bit of marketing shenanigans, a additional bit of research seems to indicate that they are not exactly a "preferred host" among experienced users.

Q's - Is it worth $50 to walk away from NetSol and start fresh with a new host? Although I'm a newb with simple hosting needs, I still get just a frustrated with poor customer as the next guy. Am I likely to encounter any added grief, compared to other hosting options, by staying with NetSol?

FWIW - I will need hosting for four small sites, two that are nothing more than "multi page" splash pages and two will be new vBulletin powered sites. The vBulletin sites will start simple, but hopefully progress as my skills and traffic grow. While I recognize my needs are modest by any standard, I don't want my learning curve with vBulletin (and as a first time Site Administrator) to be hampered by a mediocre host and/or customer service.

View 14 Replies View Related

Best Windows VPS Solutions?

Dec 22, 2008

Who has the best Windows VPS Solutions? [ Managed ].

I am looking for a 40GB Space/400-500GB Bandwidth/1GB Dedicated RAM/Windows 2003/PLESK 100 domains with Power Pack

My clients are mainly from India so kindly recommend a good provider who has solid network, best prices, rock solid customer support.

View 1 Replies View Related

Norted Solutions VPS

Dec 3, 2008

Norted solutions offers very cheap VPS solutions. However, anybody on this forum using them and has a review about them. I need a VPS for my test networking site, Norted seems a good choice for me.

View 3 Replies View Related

Bluehost Vs. Network Solutions

Nov 2, 2009

New to the board, although I've looked through it for awhile. This is my first post. My company currently hosts internally and plans to move to external hosting. What's your take on Bluehost vs. Network Solutions for shared hosting?

View 14 Replies View Related

Best Firewall Solutions For Windows Like CSF

May 25, 2009

There is an advanced windows software firewall solution as CSF for linux server?

View 3 Replies View Related

Review Of Norted Solutions

Jan 28, 2009

After being a VPS client of theirs for a few days I realised that their domain is listed in a Realtime Blacklist according to DNSReport [ dot ] com.

I emailed the person to enquire about the possible reasons but it probably pissed him so much so that he terminated my account with no reasons whatsoever. According to their TOS, they have the right to do that and I acknowledge the fact that I can do nothing about it.

I did read the TOS before I ordered and was completely aware of that clause. However, at that time, I didn't think any decent provider would put that into effect unless I was abusing their system. Now I know a company can do anything they want, stated in their TOS, if they don't like you for the slightest of reasons. Thus, I have to treat this as a $15 lesson.

For those who are newbies like me in finding reliable hosting providers, I would like to advice you to consider many factors besides price. Among them that I have learnt from this episode are:

1) Size of the company

2) Duration in business

3) Number of reviews (good or bad)

4) Is their server blacklisted anywhere

5) Is their TOS reasonable

View 14 Replies View Related

1 Day Review Of Crissic Solutions's Vps

Jul 4, 2008

Just 1 day,I feel so sad with them.I think the company is just 1 man running.I bought a small plan on 7.2,the price is good $6.99 for 256 RAM 30G Disk 160G bandwidth/m.Everything is good after they spent 7 hours to setup my vps,not bad.

I spent the whole days of 7.3 to rebuild my vps from centos to gentoo & update it,& the bad thing from this moment is begin.

everything is ok during the update time,but I forgot the my openvz server's kernel is 2.6.18,I updated my linux-headers to 2.6.25, it causes I can't fininshed emerge -e my sytem,so I reboot it,but it die & never running again,I do anything I can do,reboot in the HyperVM,& ssh to the console access,but nothing help.

so I submit a ticket to them,at last they just rebuild my vps back to centos,do nothing for me.I know it's the unmanaged service,& if the vps I can rescue it,I won't sumbit a ticket.

After that,I make a mistake,they don't have a refund for vps,but I request it,all right,no refund is ok.I say I'll make a review for my vps,but they sad I can't paste the ticket to the public space because of the TOS,if i do it,my vps will be terminated immediately.i don't care.I feel sad with them,so spent $6.99 to let everyone know the company & the unreaonable TOS,it worth

here is the ticket,I'll let you know: ....

View 14 Replies View Related

AYK Solutions 3 Month Review

Aug 18, 2008

I recently took over a site and needed to have a dedicated server for it to handle it. I decided to use AYK Solutions (AYK from now on), the same host the site was currently using but purchased a more powerful server. The previous owner said that AYK had very good support and he generally didn't have any problems except for the fact his server could not handle the traffic.

The Deal
AYK was having a deal at their Florida location for a Quad Core upgrade and free gig of ram. Deciding it was worth it, I ordered a new server.

AYK implements a verification process where you have to scan your Credit Card (and suggests blocking out all the sensitive information) and fax/email it to them. I did this and sent it to them and waited for the server to go up. After waiting a day, I asked for an update to see if there were any problems. They responded in 4 minutes! The documents were good and they will inform me when the server is set up.

The Wait
As with any good deal that gets posted around, people tend to leap on it sometimes causing an unanticipated response. After 3 days, the standard time they said it would take to have the servers up, they contacted me and stated that they had too many orders and needed more time to set mine up (I'm paraphrasing of course). They stated it would be up in 48 hours. The next day I got an email stating the server was up and ready for use.

The Transfer
Now, the old owner of the site was using CPanel and I purchased CPanel so that it could do an easy transfer from server to server. He gave AYK the information to access his server and they initiated the transfer. We ran into a few hitches here. Along with the purchase of a server, they offer the option to harden it. The hardening process changed some of the standard ports so when they tried to do the transfer, it failed.

They contacted me and I provided the information they needed. This was resolved quickly and the transfer was done.

The Launch
I ran into a few issues at launch. These issues were generally mine of course but AYK has shown themselves to be very helpful and to do things with record speed so I figured they would have a better chance of figuring them out than I would. Some of the components required to run the site weren't installed on my server (mostly to do with PHP). I sent a quick ticket to AYK to ask them what was wrong. The ticket was responded to in 15 minutes for more information (server login, error message, etc) and resolved in less than 3 hours.

The Now
The server is approximately 3 months old now. The site is running smoothly (although I haven't worked on it as much as I had hoped). I am working on several other projects on the same server and haven't had issues with any slow down, speed or reliability issues. The support is bearing on the word "perfect" if such a thing is possible. I can honestly say that I have no complaints whatsoever concerning AYK.

I'm very happy with them and would highly recommend them to anyone.

Overall Rating: 10/10
Support: 10/10
Reliability: 10/10
Speed and Bandwidth: 10/10

View 2 Replies View Related

Solutions For Subdomain SSL Cetificates

Dec 5, 2008

We are having our web application distributed across a number of subdomains on our hosting account. We want a single SSL certificate solution for our web application?

View 2 Replies View Related

Colocation Or Dedicated Solutions

Feb 17, 2008

A dedicated server comes around 200 USD [ good specs with softwares ].

What about colocating our own server?. How much would it charge and what are the necessary things to look on before going towards it.

View 4 Replies View Related

Webhostforasp And Other Hosting Solutions

Aug 22, 2008

i am a new member and planning on hosting several web sites in the near future.

For the moment, i have found that webhostforasp.net is closer to my requirements, but didn't find a lot of feedback under webhostingtalk. Does anybody that has worked with webhostforasp.net would like to share his impressions?

I also checked ************.com, but though they answered my questions really fast, i ran into many negative comments from webhostingtalk members. So, i have second thoughts about it.

I want also to check on softsyshosting.com and m6.net in order to reach to a final decision (not excluding the chance of using different hosting solutions per site, based on each site specific requirements).

View 4 Replies View Related

3 Month Review - FS-IT Solutions [DE]

Jan 2, 2008

Alright here is my 3 month review for my VPS with FS-IT Solutions. I would like to note that this is a German company, all services are based completely in Germany, and I speak no German at all. I decided to try a VPS in a different country and found this one for a decent price on a forum. Sorry if this is kind of weird posting a review for a German company and VPS on an English forum but I am American and speak only English so I figured I can share my hosting experiences as well. I also have noticed other people give reviews and info on German companies like hetzner.de, netdirekt.de, and others.

The company's website is located at [url]. I don't believe the VPS plans are shown on the site, it may be done on a custom order only basis. I had a fairly long correspondence of emails with the sales person from the company before ordering and they spoke very good English and helped me through anything I had inquiries about. I ordered the following:

20GB Disk
500GB Data Transfer on 100mbps
128MB RAM
4IPs free of charge
Confixx license included
10EUR/month - a little less than $15 for me usually

My VPS was setup very quickly (under 12 hours) after I ordered and I was able to immediately login to SSH and my VPS control panel. The panel is completely in German but it's fine because most of the words used for features are cognates of English words and I never have to use a translator. It is easy to navigate and easy to use features like reinstalling/changing operating systems and checking data graphs, etc. I had to first contact support regarding inquiries behind operating Confixx as well as some IP address inquiries and all emails were responded to very quickly and professionally. I ended up using my own Plesk license that I have and it is all running very smoothly. The network speed is superb, and being in the US, I can max out my connection an pull a full 10mbps from it at about any time when I download a speed test file. This is pretty good because most european downloads for me cap out at around 4-6mbps. The hardware is very nice and installing things or running anything through shell and compiling goes very smoothly and quickly. I have never experienced any issues or downtimes yet and it's been a very stable operation thus far.

Overall I would recommend them if anyone was looking for something like this...

Speed 8/10
Support 9/10
Network Speed 10/10
Uptime 10/10
Overall 9/10

View 14 Replies View Related

Clustered Solutions Explanation

Jul 7, 2008

this is something that struck me, that is what are the benefits (pros and con) of being hosting on a clustered webhosting / clustered vpses

View 8 Replies View Related

Experiance From Virtuoso Net Solutions Inc

Aug 1, 2007

this company is terrible! what a way to treat customers or potential customers, so much for good customer service or even so so customer service, these guys are just plain aweful!

I really wonder how a company like this stays around!

Checkout the convo. between myself and Chad over there at Virtuoso. I am pimpbucks.

Quote:

From: PimpBucks [mailto:pimpbucks@gmail.com]
Sent: Wednesday, August 01, 2007 2:33 PM
To: Sales
Subject: Re: Virtuoso Net Solutions Inc : Order Details

You are WAY to funny.. I expect my money back within 24 hrs! Or I will report YOU for spam, harassment and credit card theft.

On 1-Aug-07, at 2:32 PM, Sales wrote:

I have reported you for spam, harassment and fraud. Your IP has been reported
for harassment

Do not contact us ever again

From: PimpBucks [mailto:pimpbucks@gmail.com]
Sent: Wednesday, August 01, 2007 2:31 PM
To: Sales
Subject: Re: Virtuoso Net Solutions Inc : Order Details

fine you go ahead and report a perfectly good credit card you moron, report me to the authorities too!

I unfortunatly read about you AFTER i signed up.

If the money isn't back on my card by tomorrow I will be processing a chargeback.

On 1-Aug-07, at 2:27 PM, Sales wrote:

If we’re so bad why did you both sign up?

We’ll be reporting this to the actual bank as fraud.

I suggest you work on your social skills and refrain from your childish vulgar language.

Any further emails will result in reporting you to proper authority.

From: PimpBucks [mailto:pimpbucks@gmail.com]
Sent: Wednesday, August 01, 2007 2:26 PM
To: Sales
Subject: Re: Virtuoso Net Solutions Inc : Order Details

holly **** you really do need to work on your social skills. I thought it said bank NAME! Those posts about you and your company over at webhosttalking are 100% correct, your a dick head thru and thru.

On 1-Aug-07, at 2:21 PM, Sales wrote:

It was already marked “fraud” therefore it was not charged.

You could have explained why you inputted epassporte as bank phone number,. but you did not so therefore this is fraud

From: PimpBucks [mailto:pimpbucks@gmail.com]
Sent: Wednesday, August 01, 2007 2:20 PM
To: Sales
Subject: Re: Virtuoso Net Solutions Inc : Order Details

refund my card then.. its not fraud at all.. but i expect a full refund!!!!

On 1-Aug-07, at 1:15 PM, Sales wrote:

This was marked as fraud due to the following reasons:

Credit card bank phone number provided: epassporte

Billing address is California. IP address used to purchase is from Canada

Domain thetictoc.com shows up as another owner, not matching billing card first/last name.

To correct these factors, you must provide a valid bank phone number which you should have done originally.

From: Pimp Bucks [mailto:pimpbucks@gmail.com]
Sent: Wednesday, August 01, 2007 11:23 AM
To: sales@virtuosonetsolutions.com
Subject: Re: Virtuoso Net Solutions Inc : Order Details

Wondering how much longer until the account is setup.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved