Mondo Archive Utility for LINUX baremetal backup

[root@linuxhelp ~]# cd /etc/yum.repos.d/
wget ftp://ftp.mondorescue.org/rhel/7/x86_64/mondorescue.repo
[root@linuxhelp yum.repos.d]# wget ftp://ftp.mondorescue.org/rhel/7/x86_64/mondorescue.repo
--2016-06-04 11:05:25--  ftp://ftp.mondorescue.org/rhel/6/x86_64/mondorescue.repo
           => “mondorescue.repo”
Resolving ftp.mondorescue.org... 213.30.161.23
Connecting to ftp.mondorescue.org|213.30.161.23|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /rhel/6/x86_64 ... done.

cd /etc/yum.repos.d/
yum.repos.d]# yum install mondo -y
Loaded plugins: aliases, changelog, fastestmirror, kabi, presto, refresh-packagekit, security, tmprepo, verify, versionlock
Loading support for CentOS kernel ABI
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: centos.excellmedia.net
 * epel: epel.mirror.net.in
 * extras: centos.excellmedia.net
 * updates: centos.excellmedia.net
.
.
Resolving Dependencies
--> Running transaction check
---> Package mondo.x86_64 0:3.2.2-1.rhel6 will be installed
.
.
Installed:
  mondo.x86_64 0:3.2.2-1.rhel6                                                                                                                              
.
.
Complete!
# mondoarchive   - TUI


Command mode:


 mondoarchive -On nfs://10.129.192.105:/data/col1/testbackup -S /mondo -d /15aug2017 -E '/testbackup|/tmp|/dev|/sys/fs/cgroup|/run|/dev/shm'

Installing Ingress Controller - Kubernetes

Installing the Ingress Controller Prerequisites Make sure you have access to the Ingress controller image: For NGINX Ingress controll...