Diferencia entre revisiones de «The first steps of your advanced backup»

De GIGAS DOCS
Saltar a: navegación, buscar
Línea 1: Línea 1:
{{en Español |Primeros_pasos_en_tu_Backup_Avanzado}}
+
{{en Español |Primeros_pasos_en_tu_Backup_Avanzado}}[https://gigas.com/support/docs/index.php/Primeros_pasos_en_tu_Backup_Avanzado]
  
 
In the next guide we describe in an easy way the first steps to configure your advanced backup. It is mandatory that you have the credential data that we have sent you by e-mail, you will need them to manage the service.
 
In the next guide we describe in an easy way the first steps to configure your advanced backup. It is mandatory that you have the credential data that we have sent you by e-mail, you will need them to manage the service.

Revisión del 19:10 16 abr 2019

Plantilla:En Español[1]

In the next guide we describe in an easy way the first steps to configure your advanced backup. It is mandatory that you have the credential data that we have sent you by e-mail, you will need them to manage the service.

If you don´t have this information you can contact the Support Team.


First Steps: Control Panel

Remember that the servers must communicate with Advanced Backup through a VLAN, so, the servers and the Advanced backup must have a private IP.

For this we attach VLAN the guide:

How_can_I_order_a_VLAN

Step 1: To access to the Advanced Backup control panel you need to login at Gigas control panel and after that you need to go from where you search for the advanced backup service).

1.png

Step 2: If you find the status of advanced backup off you need to turn it on and after that you need to left click on the name of the advanced backup.

2.png

Step 3: We proceed to configure the advanced backup, picking de datacenter and the VLAN for the internal comunicationes between the virtual servers, the IP rank and the password. After that we save.

3.png

Step 4: After the step 3 the server will restarts, it will appears with the new configuration like in the next picture. When you click on the name you need to assign the space for the advanced backup that it will use. (Remmeber that you can find the password of the interface at "Show")


4.png

Step 5: You assign the space at you desire and click on "Save", (Remmeber that this space its free by Gigas and shares the space with standard backup). Our Support and Sales team can bring to you all the information and solve your questions if you have anyone. After we select the space in GB format we click on "Save" again.


5.png


Step 6: After loading we access the manager for advanced backup, the adress will have this format: http://ip_provided_mail:6443, after this you need just to log in with the user "admin" and the password that you set at step 3.


6.png


If you need additional information about advanced backup configuration you can find information in the following link:

http://wiki.r1soft.com/display/ServerBackup/Documentation


First configuration: Advanced Backup

Step 1: When you access to the control panel you need to accept de terms and agreements of the license.


7.png

Step 2: When you access the backup console, you need to go to "License Information" to activate the license of advanced backup.


8.png

Step 3: As you can see, the panel does not have any associated License Key, to find the key of your panel we must go to gigas.com -> Help > Support > Log-in > on the right "See tickets" > See resolved tickets > In this section you will find one ticket that contains your Advanced Backup serial number, you need to copy and paste this in your advanced backup control panel > License Information"


9.png

Step 4: Click on Activate License, an assistant will open that will allow us to enter the Product Key, paste it and click on Activate License. If everything went well it will show us the activation message succesully.


10.png


Step 5: When the license is activated, the status will change to Valid mode.


11.png



Installing the backup agent

To be able to backup the cloud servers it will be necessary to install in them a small application that will act as an intermediary between the server that we want to backup and the console of the advanced backup. Next, we describe in a simple way the basic installation method.


Linux

Add the R1Soft repository to your system, for this you will have to select the method based on the Linux distribution:


Debian / Ubuntu / Derivates Distribution

For Debian / Ubuntu / Derivatives distributions, the agent must be installed running:


[root@ServerPrueba ~]# echo deb http://repo.r1soft.com/apt stable main >> /etc/apt/sources.list
[root@ServerPrueba ~]# wget http://repo.r1soft.com/r1soft.asc
[root@ServerPrueba ~]# apt-key add r1soft.asc
[root@ServerPrueba ~]# apt-get update
[root@ServerPrueba ~]# apt-get install linux-headers-`uname -r`
[root@ServerPrueba ~]# apt-get install serverbackup-enterprise-agent

To finish the installation you must add the Public Key (To get the public key you must go to the Control Panel of the backup and in the left menu click on "Advanced Options", as soon as you access you will see a text box whose name is " Public Key "this is what you should copy).

[root@ServerPrueba ~]# cd /usr/sbin/r1soft/conf/server.allow/
[root@ServerPrueba ~]# vi IP_Publica_Backup_Avanzado.key
-----BEGIN PUBLIC KEY-----

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

-----END PUBLIC KEY-----


Distribuciones CentOS/Fedora/Derivadas

Para distribuciones CentOS/Fedora/Derivadas, se debe agregar el agente al repositorio de la siguiente manera:

[root@ServerPrueba ~]# yum install kernel-devel kernel-headers
[root@ServerPrueba ~]# touch /etc/yum.repos.d/r1soft.repo
[root@ServerPrueba ~]# vi /etc/yum.repos.d/r1soft.repo
[r1soft]
name=R1Soft Repository Server
baseurl=http://repo.r1soft.com/yum/stable/$basearch/
enabled=1
gpgcheck=0


Y luego se instala el agente:

[root@ServerPrueba ~]# yum install serverbackup-enterprise-agent
[root@ServerPrueba ~]# /etc/init.d/cdp-agent stop


Para terminar con la instalación se debe agregar el Public Key (Para conseguir la clave pública debes ir al Panel de control del backup y en el menú de la izquierda pulsar sobre “Advanced Options”, nada más acceder verás un cuadro de texto cuyo nombre es “Public Key” esto es lo que debes copiar).

[root@ServerPrueba ~]# cd /usr/sbin/r1soft/conf/server.allow/
[root@ServerPrueba ~]# vi IP_Publica_Backup_Avanzado.key
-----BEGIN PUBLIC KEY-----

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

-----END PUBLIC KEY-----


Windows

Cabe mencionar que, para las versiones de Windows, 2008, existe la posibilidad de ejecutar una auto-instalación a través de la consola web del backup avanzado, este método lo describiremos en la sección “Configurando la primera tarea de backup”:

Paso 1.- Descargar el paquete correspondiente a la arquitectura de sistema operativo que estemos usando:

Windows x32: http://repo.r1soft.com/trials/ServerBackup-Windows-Agent-x86.msi Windows x64: http://repo.r1soft.com/trials/ServerBackup-Windows-Agent-x64.msi


Paso 2: Pulsa sobre el fichero descargado con botón derecho y le damos en Install, al terminar procedemos a reiniciar el servidor para terminar con la instalación.

Paso 3: Al ingresar al Windows Server ingresamos a la ruta C:\Program Files\Server Backup Agent\conf\server.allow, y creamos el archivo IP_Publica_Backup_Avanzado.key donde agregaremos el Public Key (Para conseguir la clave pública debes ir al Panel de control del backup y en el menú de la izquierda pulsar sobre “Advanced Options”, nada más acceder verás un cuadro de texto cuyo nombre es “Public Key” esto es lo que debes copiar).

A.png

Configurando la primera tarea de backup

Paso 1: En el panel del Backup Avanzado, nos dirigimos a Setting y luego a Volumen, y procedemos a crear un nuevo Volumen, que será la ruta en donde se van a almacenar nuestros Backups, y le damos en Save.

B.png

Paso 2: Vamos a crear la máquina virtual, para ellos nos vamos a dirigir a Protected Machines y le damos en New Machine.

C.png


Parte 1: Vamos a agregar los datos de la máquina en donde hemos instalado el agente y crear la rutina de los Backup.

I. Details: Datos de la Máquina Virtual, un nombre a gusto del usuario, la IP Pública y/o privada de la máquina virtual (según sea el caso) y el Puerto (Se deja por defecto)

II. Backup Location: Se selecciona el Volumen creado en el Paso 1.

III. Backup Schedule: Programación de las tareas del backup.

D.png

Parte 2:

I. Local Retention: puede determinar cuántos puntos de recuperación local se conservarán en la ruta del volumen ingresada en la sección Backup Location.

II. Compression: Se selecciona el tipo de compresión a utilizar.

III. Encryption: El cifrado le permite proteger de forma segura los datos a los que no desea que accedan otras personas. El cifrado AES-256 es utilizado para sus copias de seguridad. Para efectos de este manual, no se seleccionará esta opción.

IV. Agent Software: Si ya se ha instalado de forma manual el agente en los Sistemas Operativos, no se seleccionará esta opción.

E.png


Paso 3: Por último, se configura el Disk Safe, para ellos nos dirigimos a la opción Setting y a Disk Safes y le damos en New Disk Safe.


F.png


Para ello vamos a asignarle un nombre, seleccionar la máquina virtual en Protected Machine y elegir el Volumen creado. En la opción Devices podremos elegir la carpeta y/o carpetas a las que desearemos realizar el backup del servidor.


G.png



Si te ha quedado alguna duda o quieres más información recuerda que dispones de soporte las 24 horas del día los 365 días de la semana por chat, teléfono y ticket.