Watch out ! A move data actually MOVES THE DATA, there is NO 2nd COPY With a copypool, when you perform your "backup stgpool" it basically performs an ~incremental~ style backup of your primary pool to your copy pool. Generally speaking, OS backups are "incremetal" style backups but all backups of data bases (oracle, etc...) are done in the form of "archive". For this reason the majority of all the data isn't really ~extra versions~ all archives are current. BUT once a copy of a file from a primary pool is made into the copy pool, during the next "backup stgpool" processing it won't be copied again. "backup stgpool <primary_pool> <copy_pool>" is what you are after...
Dwight E. Cook Software Application Engineer III Science Applications International Corporation 509 S. Boston Ave. Suit 220 Tulsa, Oklahoma 74103-4606 Office (918) 732-7109 -----Original Message----- From: Rob Schroeder [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 11:08 AM To: [EMAIL PROTECTED] Subject: copy pools question? I want to create a set of backup tapes for disaster recovery that would only have the most recent versions of my files, I do not want all the extra versions. I thought I needed to do a "move data" but it looks like that will copy all my versions. Can anyone help? Rob Schroeder Famous Footwear [EMAIL PROTECTED]
