Can A Reload Backups Be Lowercased Manually?

  • 7019439
  • 09-Jun-2010
  • 29-Aug-2017

Environment

Reload (all version)

Situation

How Can I Manually Lowercase My Backup?

Resolution

There is a different process depending on which version of GroupWise you are using.

To store lower case with GroupWise 8.01 and newer:

dbcopy -l /<source>
example: dbcopy -l /data/po1/backups/weeknow/wedjun09/

GroupWise version older than 8.01:

dbcopy -l /<source> /<destination>
example: dbcopy -l /data/po1/backups/weeknow/wedjun09/ /data/po1/backups/weeknow/wedjun09/

Additional Information

This article was originally published in the GWAVA knowledgebase as article ID 1738.