Red Hat Training

A Red Hat training course is available for Red Hat Satellite

4.3. 사용 예

다음 예에서는 2012년 1월 1일에 rhel-i386-server-5 채널을 my-clone-RHEL-5라는 채널에 복제합니다.
# spacewalk-clone-by-date --username=your_username --password=your_password --server=satellite_server_url --channels=rhel-i386-server-5 my-clone-RHEL-5 --to_date=2012-01-01
다음 예에서는 2012년 1월 1일 또는 그 이전에 출시된 보안 에라타만을 복제하고 커널 업데이트나 vim 확장 패키지는 무시합니다. 또한 이 명령은 Satellite의 백그라운드에서 복제 프로세스를 실행합니다.
# spacewalk-clone-by-date --username=your_username --password=your_password --server=satellite_server_url --channels=rhel-i386-server-5 my-clone-RHEL-5 --to_date=2012-01-01 --security_only --background --blacklist=kernel,vim-extended --assumeyes