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