리눅스 reposync

Jmnote (토론 | 기여)님의 2017년 1월 2일 (월) 14:38 판

1 개요

리눅스 reposync
/usr/bin/reposync
  • yum repo들을 로컬에 다운로드하는 명령어

2 실행예시

[root@zetawiki ~]# yum repolist
... (생략)
repo id            repo name                                                         status
base               CentOS-6 - Base                                                    6,696
epel               Extra Packages for Enterprise Linux 6 - x86_64                    12,203
extras             CentOS-6 - Extras                                                     62
... (생략)
varnish-4.1        Varnish Cache 4.1 for Enterprise Linux                                31
repolist: 26,190
[root@zetawiki ~]# reposync --repoid=varnish-4.1 --download_path=/tmp/v41
[varnish-4.1: 1     of 31    ] Downloading varnish/varnish-4.1.3-1.el6.x86_64.rpm
varnish-4.1.3-1.el6.x86_64.rpm                                      | 396 kB     00:02     
[varnish-4.1: 2     of 31    ] Downloading varnish/varnish-4.1.1-2.el6.x86_64.rpm
varnish-4.1.1-2.el6.x86_64.rpm                                      | 388 kB     00:01     
[varnish-4.1: 3     of 31    ] Downloading varnish/varnish-4.1.1-1.el6.x86_64.rpm
varnish-4.1.1-1.el6.x86_64.rpm                                      | 388 kB     00:01 
... (생략)
[varnish-4.1: 30    of 31    ] Downloading varnish/varnish-libs-devel-4.1.1-2.el6.x86_64.rpm
varnish-libs-devel-4.1.1-2.el6.x86_64.rpm                           |  82 kB     00:00     
[varnish-4.1: 31    of 31    ] Downloading varnish/varnish-libs-devel-4.1.2-1.el6.x86_64.rpm
varnish-libs-devel-4.1.2-1.el6.x86_64.rpm                           |  83 kB     00:00
[root@zetawiki ~]# tree /tmp/v41/
/tmp/v41/
└── varnish-4.1
    ├── varnish
    │   ├── varnish-4.1.0-1.el6.x86_64.rpm
    │   ├── varnish-4.1.1-1.el6.x86_64.rpm
    │   ├── varnish-4.1.1-2.el6.x86_64.rpm
    │   ├── varnish-4.1.2-1.el6.x86_64.rpm
    │   ├── varnish-4.1.3-1.el6.x86_64.rpm
    │   ├── varnish-4.1.4-1.el6.x86_64.rpm
    │   ├── varnish-debuginfo-4.1.0-1.el6.x86_64.rpm
    │   ├── varnish-debuginfo-4.1.1-1.el6.x86_64.rpm
    │   ├── varnish-debuginfo-4.1.1-2.el6.x86_64.rpm
    │   ├── varnish-debuginfo-4.1.2-1.el6.x86_64.rpm
    │   ├── varnish-debuginfo-4.1.3-1.el6.x86_64.rpm
    │   ├── varnish-devel-4.1.4-1.el6.x86_64.rpm
    │   ├── varnish-docs-4.1.0-1.el6.x86_64.rpm
    │   ├── varnish-docs-4.1.1-1.el6.x86_64.rpm
    │   ├── varnish-docs-4.1.1-2.el6.x86_64.rpm
    │   ├── varnish-docs-4.1.2-1.el6.x86_64.rpm
    │   ├── varnish-docs-4.1.3-1.el6.x86_64.rpm
    │   ├── varnish-libs-4.1.0-1.el6.x86_64.rpm
    │   ├── varnish-libs-4.1.1-1.el6.x86_64.rpm
    │   ├── varnish-libs-4.1.1-2.el6.x86_64.rpm
    │   ├── varnish-libs-4.1.2-1.el6.x86_64.rpm
    │   ├── varnish-libs-4.1.3-1.el6.x86_64.rpm
    │   ├── varnish-libs-devel-4.1.0-1.el6.x86_64.rpm
    │   ├── varnish-libs-devel-4.1.1-1.el6.x86_64.rpm
    │   ├── varnish-libs-devel-4.1.1-2.el6.x86_64.rpm
    │   ├── varnish-libs-devel-4.1.2-1.el6.x86_64.rpm
    │   └── varnish-libs-devel-4.1.3-1.el6.x86_64.rpm
    └── varnish-agent
        ├── varnish-agent-4.1.0-1.el6.x86_64.rpm
        ├── varnish-agent-4.1.1-1.el6.x86_64.rpm
        ├── varnish-agent-debuginfo-4.1.0-1.el6.x86_64.rpm
        └── varnish-agent-debuginfo-4.1.1-1.el6.x86_64.rpm

3 directories, 31 files

3 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}