preserve.txt 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. ################################################################
  2. #
  3. # IBM Confidential
  4. #
  5. # IBM Cognos Products: Preserve Files by the Install
  6. #
  7. # (C) Copyright IBM Corp. 2017
  8. #
  9. # Edit this file (preserve.txt) to remove or preserve files or directories when upgrading.
  10. #
  11. #
  12. # Instructions:
  13. #
  14. # - Edit preserve.txt before running an upgrade on an existing install.
  15. # - Use '#' at the beginning of a line to insert a comment.
  16. # - The keyword "exclude:" can be used to remove files inside a preserved directory (see examples below).
  17. # - List directories or files relative to the installation root directory (see examples below).
  18. #
  19. #
  20. # e.g.: To remove this file: <installdir>/media/samples.doc, add this line:
  21. # exclude:media/samples.doc
  22. #
  23. # e.g.: To preserve the file <installdir>/msgsdk/cm_ldkspec.xml, add this line:
  24. # msgsdk/cm_ldkspec.xml
  25. #
  26. # e.g.: To preserve the contents of the folder: <installdir>/cps/sap/webapps, add this line
  27. # cps/sap/webapps
  28. #
  29. # Note on order of precedence: Files to be excluded should be specified first (before the directories which contain them).
  30. #
  31. ################################################################
  32. # Specify files to exclude first
  33. # Specify files or folders to preserve