Setting Up Backup DNS

Apr 18, 2007

I entered FreeDNS.afraid.org to set up a backup DNS for my rochasbusiness.com.br domain name. I want to use my own server as the primary DNS server, and I want to use FreeDNS as the secundary DNS server, both have to point to my own server.

So I accessed my registrar, I created the following name server:

Code:
ns1.rochasbusiness.com.br -> 75.126.194.2
Then I set up the name servers as follows and saved:

Code:
ns1.rochasbusiness.com.br
ns2.afraid.org
On my server in the zone file I set up:

Code:
ns1.rochasbusiness.com.br. 14400 IN A 75.126.194.2
In FreeDNS, I set up my domain to point to the IP address of my server. But it doesn't seem to be set up properly: [url]

View 2 Replies


ADVERTISEMENT

Setting Up My Own Ftp Backup Server

Jul 25, 2008

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 0 Replies View Related

Setting CPanel Backup Limits

May 27, 2009

I see several larger cPanel hosts imposing backup restrictions. They disallow backups after X GB of disk space are in use.

I understand why they do it (controlled resource usage) -- How would one go about setting up these restrictions?

View 0 Replies View Related

Setting Up A Server Running ZFS As A Backup Server

Mar 30, 2009

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?

View 2 Replies View Related

Plesk 11.x / Linux :: Download Backup To Local Computer From Backup Manager

May 17, 2015

I have multiple backups stored under server repository (subscriptions --> <domainname> --> website and domains --> backup manager).

The physical files are located at: /var/lib/psa/dumps/clients/904279/domains/<domainname>/

When I click the green arrow to download these files to a local computer (see attached image) I get a new page with title "Download the backup file". On this page I have the option to set a password on the downloaded file, but no matter what I do (password or no password) the file is not downloaded to my local PC. I don't get a pop-up box with the option to save the file. Just nothing happens ...

View 1 Replies View Related

Plesk 12.x / Linux :: Backup And Quota - Limit Number Of Cores Backup Zipping Tool Uses?

Aug 15, 2014

I have 2 problems:

Firstly I wonder if there is any possibility to limit the number of cores the plesk backup zipping tool uses? This pigz takes up all my CPU. Is there any way I can reduce the amount of cores it uses because all my websites are down every time a backup takes place for around 3 minutes.

Secondly I get the following in my syslog:

1 baby plesk sendmail[20189]: Error during 'check-quota' handler

I don't know what is wrong. I think it's since the upgrade to Plesk 12. I now have 12.0.18 Update #13.

View 9 Replies View Related

Plesk 12.x / Linux :: 413 Request Entity Too Large - Can't Upload Backup Files With Backup Manager

Sep 17, 2014

I have a 6GB backup file created with another Plesk Backup Manager, now I trying to upload this backup file to my Plesk Backup Manager but after upload 3% I am getting "413 Request Entity Too Large" error, I tried with disable NGINX but still getting this error.

how can I resolve this error or is their any other way to upload my file on backup manager?

I see that Backup Manager have a file size restriction of 2GB how can I increase this?

View 2 Replies View Related

Plesk 12.x / Linux :: How To Include More Directories In Backup With Backup Manager

Feb 11, 2015

I have an Ubuntu 14.04 LTS 64 bit virtual private server with Plesk 12. The server is hired from a hosting provider. The server is used to run the Odoo ERP application (using postgres database).

The Odoo application is running fine and now I want to create a backup of the application using Plesks Backup manager.

I choose configurations and content option in the backup manager but the created backup is only 200kb.

I think the problem is the location where the Odoo application is installed is not included in the backup. I made a tar backup from the server and extracted it on my pc. It seems that the main parts of the Odoo application are in the var, opt, etc and usr directories (not in a domain but under root).

Installing the application in a domain would solve the Plesk backup issue I think but the installation script of Odoo puts Odoo in var, opt, etc and usr directories even if I put the install script in the directory of a created domain. Since the manual Odoo installation is complicated I am very happy to use the script.

My questions are:

1. Is it possible to include the directories var, opt, etc and usr in the Plesk backup and how and where do I do that?

2. Can I restore such a backup without no problem in Plesk?

View 1 Replies View Related

Rsyn --backup --backup-dir Switches For Incremental Backs

Jan 26, 2007

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 0 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

[cpbackup] Backup Failed! /backup Is Not Mounted!

Dec 16, 2008

my cpanel doesn't get backups. When I force it, it gives me this error:

mount: can't find /backup in /etc/fstab or /etc/mtab
mount: can't find /backup in /etc/fstab or /etc/mtab
[cpbackup] Backup failed! /bekkaplars is not mounted! at /scripts/cpbackup line 415.

It's a vps. Another interesting thing is, my other 3 vpses run good even /etc/fstab has no line like /backup in there, also.

View 5 Replies View Related

Remote Backup Or Local Backup

Oct 31, 2007

I would like to weight the benefits and costs of using remote backup and local backup to another hardisk? Let's assume the price is the same.

What's the benefits of using remote backup?
Is it secured to use local backup in another hardisk?

I'm running on linux centos.

What happend if hacker get hold of my server?

Currently, i have 80GB of diskspace. Does it mean i will need at least 80GB of ANOTHER hardisk to backup that?

View 14 Replies View Related

Setting Up A VPS To Run Behind A VPN?

Apr 1, 2009

I have a linux VPS in which i believe i only have access to the WHM control panel.

How could i set up VPN so the VPS would connect through the VPN ??

Is there a way to do it through the WHM panel or i will need remote access to the linux interface?

View 13 Replies View Related

Setting Up VPS

May 22, 2009

I would like to resell VPS accounts. To be specific, windows remote desktop accounts.

I have a dedicated server, with windows 2003. How do i set this up ?

View 3 Replies View Related

Setting Up A CDN

May 15, 2008

I am wondering if you can either:

1. Point me to an article you can validate as being accurate; or

2. Explain to me as much as you are willing to the following question:

How would someone setup a CDN to compete with companies like level3/softlayer/peer1 etc..? What kind of software is used? Is there special routing issues to address? I do understand you need *at least* 15-20 nodes before you can offer a "true CDN" and I do understand that they need to be in different locations on the POP's. How do you stream files over the CDN as well? Via RTMP?

[url]

View 14 Replies View Related

Setting Up DNS

Aug 1, 2007

to add a new domain name to my hosting account, when I put in the nameservers at namecheap, my new domain resolves to the wrong IP address.

When I contacted my host, they told me I need to contact namecheap and give them the IP address and my namservers names.

I have never had to do this before. Usually I just add a new domain in my WHM and everything works. Right now namecheap is using my hosting companies nameservers, when I try to switch to my name servers namecheap comes back with an error.

I added new zones in the WHM for my name servers, but nothing is working.

What do I need to do to get this working? I have one current domain name that is working and one that is not.

View 2 Replies View Related

Setting Up VPS Box

Apr 3, 2008

I have already one dedicated server which I use for shared hosting and for my companys site.

I have read something little about managing VPS and can say that I want to use OpenVZ for that but that's all of my knowledge.

1. Howto setup VPS box (openVZ)?

2. Do I need leave free space/resource for "management" or can I use all space/resource for clients. I have my companys site and stuff in different server (as you can read above).

3. VPS box security? Do I need to worrie about that?

4. If I want to offer multiple OS options for clients, is it possible and how that is done?

5. Is there any "VPS control panel" for clients? For reboot, shutdown, re-install OS and such actions?

6. Do I need more IPs than VEs need (one per VE).

View 10 Replies View Related

Setting Up A FTP

Mar 14, 2008

I have a dedicated server (windows 2003) with FDC i am new to all this so i need some help trying to set up a ftp so i can conect to the server, how do i go about this? are there any tutorials on this? i have looked on google but no luck. Also i am in spain so is it possible to use the server as a proxy server so i can connect with my computer in Spain to the internet with a US IP?

View 2 Replies View Related







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