How to filter specific patches when mirroring from NU using zlmmirror

  • 7006367
  • 29-Jun-2010
  • 30-Apr-2012

Environment


Novell ZENworks 7.3 Linux Management - ZLM7.3

Situation

Here is an example on how to filter out specific patches when mirroring content from NU repositories (nu.novell.com).  Include something like this in your xml mirror file:

         <ExcludeBundle>patch-slesp3-java-.*</ExcludeBundle>
         <ExcludeBundle>patch-slesp3-mozilla.*</ExcludeBundle>
         <ExcludeBundle>patch-slesp3-tomcat.*</ExcludeBundle>

These tags does support regular expressions, see the zlmmirror documentation for more details.