by Devin Yang
(This article was automatically translated.)

Published - 8 years ago ( Updated - 8 years ago )

To install rssnapshot on CentOS we need to install EPEL (Extra Packages for Enterprise Linux)
Very simple, three steps to get it done:

1. Install additional packages for Enterprise Linux.
yum install epel-release
2. Update the repo with the command below.
yum repolist
3. Install rsnapshot.
yum install rsnapshot

Tags: linux centos rsnapshot

Devin Yang

Feel free to ask me, if you don't get it.:)

No Comment

Post your comment

Login is required to leave comments

Similar Stories


linux

Load the environment variables of .env to the system

Load the environment variables of .env to the system

linux, cli

How to use the find command to find files that have been changed within 7 days

If we have changed some files, how to find out through the command line?

linux, python, colab

How to connect to colab from our Server through ssh?

Introduce a bash I wrote to connect to colab vm through ssh. One line of instructions, get colab OpenSSH Server.