Exporting complete Content View versions can be a very costly operation in terms of system resources. Content View versions that have multiple {RHEL} trees can occupy several gigabytes of space on {ProjectServer}.
In such cases, you can use Incremental Export to export only pieces of content that changed since the previous export. Incremental exports typically result in smaller archive files than the full exports.
The example below targets the version 2.0
for export because the version 1.0
was exported previously.
Procedure
-
Create an incremental export:
# hammer content-export incremental version \ --content-view="My_Content_View_Name" \ --organization="My_Organization" \ --version=2.0 \ --format=syncable
-
Optional: View the exported Content View:
# find /var/lib/pulp/exports/Default_Organization/view/2.0/2023-03-02T14-19-50-05-00/ -name "*.{client-pkg-ext}"