45Drives Knowledge Base |
KB450176 - Configuring CentOS7 as Backup Repository for Veeam using SSH https://knowledgebase.45drives.com/kb/kb450176-configuring-centos7-as-backup-repository-for-veeam-using-ssh/ |
This article details the process of configuring Veeam as a backup repository
This guide explains how to set up a Storinator running CentOS 7 as a backup repository for Veeam. This guide assumes Veeam is already up and running on the Host Windows machine and that the Storinator CentOS install has a mounted volume of some sort ready to be backed up to. There are a few prerequisites to get out of the way on the Centos 7 side, beginning with package installation.
NOTE: Be sure to do a reboot on both the Backup Repository as well as the Veeam server once all steps are completed to ensure full transfer speeds
First, install Perl, and Perl data dumper and then open the ports that will be needed to communicate with Veeam. Finally, set SELinux to permissive mode.
# yum install perl -y # yum install perl-Data-Dumper -y **Command is case sensitive** # firewall-cmd --permanent --add-port=2500-5000/tcp # firewall-cmd --reload
NOTE: Be sure to reboot both the Backup Repository and Veeam Server prior to beginning backups to ensure full transfer speeds