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

35번째 줄: 35번째 줄:
Installed Packages
Installed Packages
rsnapshot.noarch                      1.3.1-12.el6                      @epel
rsnapshot.noarch                      1.3.1-12.el6                      @epel
</source>
<source lang='cli'>
[root@zetaweb ~]# rsnapshot
rsnapshot 1.3.1
Usage: rsnapshot [-vtxqVD] [-c cfgfile] [command] [args]
Type "rsnapshot help" or "man rsnapshot" for more information.
</source>
</source>



2015년 11월 29일 (일) 22:19 판

1 개요

CentOS rsnapshot 설치
Copy
[root@zetaweb ~]# yum install rsnapshot
... (생략)
=============================================================================
 Package           Arch           Version                 Repository    Size
=============================================================================
Installing:
 rsnapshot         noarch         1.3.1-12.el6            epel         116 k

Transaction Summary
=============================================================================
Install       1 Package(s)

Total download size: 116 k
Installed size: 377 k
Is this ok [y/N]: y
Copy
... (생략)
Installed:
  rsnapshot.noarch 0:1.3.1-12.el6                                            

Complete!

2 확인

Copy
[root@zetaweb ~]# yum list installed rsnapshot
... (생략)
Installed Packages
rsnapshot.noarch                      1.3.1-12.el6                      @epel
Copy
[root@zetaweb ~]# rsnapshot
rsnapshot 1.3.1
Usage: rsnapshot [-vtxqVD] [-c cfgfile] [command] [args]
Type "rsnapshot help" or "man rsnapshot" for more information.

3 같이 보기