If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > TSM Archive vs Backup

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-25-07, 11:06
wehrle wehrle is offline
Registered User
 
Join Date: Jul 2005
Posts: 99
TSM Archive vs Backup

DB2 8.2
AIX 5.3
Sending database backup images and transaction logs to TSM, which should use TSM's concept of a backup pool and which should use TSM's concept of an archive pool? Similar/related question, what is the difference between what TSM calls a backup and what TSM calls an archive?

Thanks.
Reply With Quote
  #2 (permalink)  
Old 10-25-07, 14:06
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
I think the principal difference is how expiration of data is handled. Archives expire by time; backups expire by the number of versions stored. Consequently, which pool to use for the DB2 backups depends on how your backup and recovery policy is formulated: if you keep backups for a certain period of time they should be in the archive pool; if you keep a given number of backup generations they should be in the backup pool. Archived logs, despite their name, should be in the same pool with the backups as they are usually meaningless without the backup itself.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On