by Devin Yang
(This article was automatically translated.)

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

ubuntu cannot find add-apt-repository command

ubuntu cannot find add-apt-repository command

linux

Remove the Linux Kernel that is not used by the old version on Ubuntu

This page describes how I removed the old version of Linux Kernel taking up space on ubuntu.

linux

How to create an ssh key so that your computer can connect to the instance of GCE

Recently, I just started using Google's GCE, and I will record the official Goolge documentation on how to generate a key for the instance to use. The -C comment here will use the name of the logged-in user, and the -t will use rsa.