Skip to content

Instantly share code, notes, and snippets.

@n0ts
Created February 22, 2011 08:39
Show Gist options
  • Save n0ts/838380 to your computer and use it in GitHub Desktop.
Save n0ts/838380 to your computer and use it in GitHub Desktop.
cobbler /etc/cobbler/rsync.exclude configuration
### files to exclude from "cobbler import" commands that use
### rsync mirrors. by default ISOs, PPC code, and debug
### RPM's are not transferred. Some users may want to
### re-enable debug RPM's.
**/debug/**
**/alpha/**
**/source/**
**/SRPMS/**
**/*.iso
**/kde-i18n**
pool/**/*.dsc
pool/**/*.gz
**/.*
**/*debuginfo*
**/*.i386.rpm
**/*.ia64.rpm
**/*.rhel3.*.rpm
**/*.rhel4.*.rpm
**/*.sles*.*.rpm
**/*.dmg
**/*.dmg.*
**/*.gz
**/*.gz.*
**/*.msi
**/*.msi.*
**/*.pkg
**/*.pkg.*
**/*.zip
**/*.zip.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment