9.9. 跟踪您的导出
Satellite 保留所有导出的记录。每次您在上游 Satellite 服务器上导出内容时,都会记录并维护导出以备将来查询。您可以使用记录来组织和管理导出,特别是在以递增方式导出时非常有用。
在为几个下游 Satellite 服务器从上游 Satellite 服务器导出内容时,您还可以跟踪为特定服务器导出的内容。这有助于您跟踪哪些内容被导出和在哪里。
在导出过程中使用 --destination-server
参数来指示目标服务器。这个选项可用于 所有内容导出
操作。
跟踪库导出的目的地
指定导出库时的目标服务器:
# hammer content-export complete library \ --destination-server=My_Downstream_Server_1 \ --organization="My_Organization" \ --version=1.0
跟踪内容视图导出的目的地
在导出内容视图版本时指定目标服务器:
# hammer content-export complete version \ --content-view="Content_View_Name" \ --destination-server=My_Downstream_Server_1 \ --organization="My_Organization" \ --version=1.0
查询导出记录
使用以下命令列出内容导出:
# hammer content-export list --organization="My_Organization"