by Devin Yang
(This article was automatically translated.)

Published - 6 years ago ( Updated - 6 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,system

Detect whether selinux is enabled in the system

Detect whether selinux is enabled in the system

php,linux

WebShell Function Introduction and Precautions

I suddenly wanted to introduce what is WebShell, so I found one on the Internet. Its functions are quite good. But I still wanted some features, so I spent three nights making some small optimizations for him. If you haven't heard of WebShell yet, take a look at this video. If you like my optimized version, please give me a like, thank you.

linux

The error code returned by rsync

All rsync error codes are listed here, so in scheduling, we can understand the reason for the failure.