"CentOS rsnapshot 설치"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight ))
4번째 줄: 4번째 줄:


*사전작업: [[epel-release 설치]]
*사전작업: [[epel-release 설치]]
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetaweb ~]# yum install rsnapshot
[root@zetaweb ~]# yum install rsnapshot
... (생략)
... (생략)
21번째 줄: 21번째 줄:
Is this ok [y/N]: y
Is this ok [y/N]: y
</source>
</source>
<source lang='console'>
<syntaxhighlight lang='console'>
... (생략)
... (생략)
Installed:
Installed:
30번째 줄: 30번째 줄:


==확인==
==확인==
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetaweb ~]# yum list installed rsnapshot
[root@zetaweb ~]# yum list installed rsnapshot
... (생략)
... (생략)
36번째 줄: 36번째 줄:
rsnapshot.noarch                      1.3.1-12.el6                      @epel
rsnapshot.noarch                      1.3.1-12.el6                      @epel
</source>
</source>
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetaweb ~]# rsnapshot
[root@zetaweb ~]# rsnapshot
rsnapshot 1.3.1
rsnapshot 1.3.1

2020년 11월 2일 (월) 00:40 판

1 개요

CentOS rsnapshot 설치

<syntaxhighlight lang='console'> [root@zetaweb ~]# yum install rsnapshot ... (생략)

1.1 =================================================================
Package           Arch           Version                 Repository    Size
1.2 =================================================================

Installing:

rsnapshot         noarch         1.3.1-12.el6            epel         116 k

Transaction Summary

1.3 =================================================================

Install 1 Package(s)

Total download size: 116 k Installed size: 377 k Is this ok [y/N]: y </source> <syntaxhighlight lang='console'> ... (생략) Installed:

 rsnapshot.noarch 0:1.3.1-12.el6                                            

Complete! </source>

2 확인

<syntaxhighlight lang='console'> [root@zetaweb ~]# yum list installed rsnapshot ... (생략) Installed Packages rsnapshot.noarch 1.3.1-12.el6 @epel </source> <syntaxhighlight lang='console'> [root@zetaweb ~]# rsnapshot rsnapshot 1.3.1 Usage: rsnapshot [-vtxqVD] [-c cfgfile] [command] [args] Type "rsnapshot help" or "man rsnapshot" for more information. </source>

3 같이 보기